@pdg/react-admin-layout 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -7535,7 +7535,7 @@ var StyledMainBox = styled(Box)(function (_a) {
|
|
|
7535
7535
|
minHeight: '100vh',
|
|
7536
7536
|
});
|
|
7537
7537
|
});
|
|
7538
|
-
var StyledMainContentDiv = styled('div')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex: 1;\n"], ["\n display: flex;\n flex: 1;\n"])));
|
|
7538
|
+
var StyledMainContentDiv = styled('div')(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n flex: 1;\n"], ["\n display: flex;\n flex-direction: column;\n flex: 1;\n"])));
|
|
7539
7539
|
var templateObject_1, templateObject_2;var DefaultLayout = function (_a) {
|
|
7540
7540
|
// -------------------------------------------------------------------------------------------------------------------
|
|
7541
7541
|
var children = _a.children, logo = _a.logo, menu = _a.menu, appBarControl = _a.appBarControl, onMenuClick = _a.onMenuClick;
|