@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.
@@ -9060,7 +9060,9 @@ const PageLayout = ({
9060
9060
  space: 12
9061
9061
  }, React__default.createElement(Text, {
9062
9062
  as: "h5",
9063
- textWrap: "wrap"
9063
+ textWrap: "wrap",
9064
+ ml: 20,
9065
+ mr: 35
9064
9066
  }, title), React__default.createElement("ul", {
9065
9067
  className: styles$U['page-layout__nav-list']
9066
9068
  }, menu.filter(menu => !('isVisible' in menu) || (menu == null ? void 0 : menu.isVisible) === true).map((menuItem, index) => React__default.createElement(MenuItem, {