@7shifts/sous-chef 3.76.0-beta.8 → 3.76.0-beta.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.css +1 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8888,7 +8888,9 @@ var PageLayout = function PageLayout(_ref) {
|
|
|
8888
8888
|
space: 12
|
|
8889
8889
|
}, React__default["default"].createElement(Text, {
|
|
8890
8890
|
as: "h5",
|
|
8891
|
-
textWrap: "wrap"
|
|
8891
|
+
textWrap: "wrap",
|
|
8892
|
+
ml: 20,
|
|
8893
|
+
mr: 35
|
|
8892
8894
|
}, title), React__default["default"].createElement("ul", {
|
|
8893
8895
|
className: styles$U['page-layout__nav-list']
|
|
8894
8896
|
}, menu.filter(function (menu) {
|