@saltcorn/sbadmin2 1.6.0-beta.6 → 1.6.0-beta.8
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/index.js +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -520,7 +520,7 @@ const wrap = ({
|
|
|
520
520
|
`<div id="wrapper">
|
|
521
521
|
${menu && menu.length > 0 ? sidebar(brand, menu, currentUrl, req?.isRTL) : ""}
|
|
522
522
|
|
|
523
|
-
<div id="content-wrapper" class="d-flex flex-column">
|
|
523
|
+
<div id="content-wrapper" class="d-flex flex-column" style="min-width:0;overflow-x:hidden;">
|
|
524
524
|
<div id="content">
|
|
525
525
|
<div id="page-inner-content" class="container-fluid px-2 sbadmin2-theme">
|
|
526
526
|
<div id="alerts-area">${/* deprecated */ ""}</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/sbadmin2",
|
|
3
|
-
"version": "1.6.0-beta.
|
|
3
|
+
"version": "1.6.0-beta.8",
|
|
4
4
|
"description": "SB Admin 2 layout plugin",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"clean": "echo \"Error: no TypeScript support yet\""
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@saltcorn/data": "1.6.0-beta.
|
|
13
|
-
"@saltcorn/markup": "1.6.0-beta.
|
|
12
|
+
"@saltcorn/data": "1.6.0-beta.8",
|
|
13
|
+
"@saltcorn/markup": "1.6.0-beta.8"
|
|
14
14
|
},
|
|
15
15
|
"author": "Tom Nielsen",
|
|
16
16
|
"license": "MIT",
|