@7shifts/sous-chef 3.76.0-beta.2 → 3.76.0-beta.3
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 +13 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +11 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +9 -5
- package/dist/index.modern.js.map +1 -1
- package/dist/layout/PageLayout/PageLayout.d.ts +2 -1
- package/dist/layout/PageLayout/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1707,6 +1707,12 @@ h5._6SgoN {
|
|
|
1707
1707
|
flex-grow: 0;
|
|
1708
1708
|
padding: 0;
|
|
1709
1709
|
margin-right: 20px;
|
|
1710
|
+
max-width: 250px;
|
|
1711
|
+
}
|
|
1712
|
+
@media (max-width: 1200px) {
|
|
1713
|
+
._v--DF {
|
|
1714
|
+
width: 190px;
|
|
1715
|
+
}
|
|
1710
1716
|
}
|
|
1711
1717
|
._dJeZe {
|
|
1712
1718
|
list-style: none;
|
|
@@ -1714,16 +1720,20 @@ h5._6SgoN {
|
|
|
1714
1720
|
padding-right: 32px;
|
|
1715
1721
|
border-right: 1px solid var(--color-grey-200);
|
|
1716
1722
|
display: inline-block;
|
|
1723
|
+
width: 100%;
|
|
1724
|
+
box-sizing: border-box;
|
|
1717
1725
|
}
|
|
1718
1726
|
._hHi70 {
|
|
1719
1727
|
display: block;
|
|
1720
1728
|
flex-grow: 2;
|
|
1721
1729
|
padding: 0 4px;
|
|
1722
|
-
|
|
1723
|
-
|
|
1730
|
+
margin: 0px auto 0;
|
|
1731
|
+
}
|
|
1732
|
+
._vTMjp {
|
|
1733
|
+
padding: 5px;
|
|
1724
1734
|
}
|
|
1725
1735
|
._SebbU {
|
|
1726
|
-
width:
|
|
1736
|
+
width: 100%;
|
|
1727
1737
|
margin-bottom: 4px;
|
|
1728
1738
|
cursor: pointer;
|
|
1729
1739
|
}
|