@bwp-web/components 1.5.2 → 1.5.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1793,7 +1793,7 @@ function BiampTableContainer({
|
|
|
1793
1793
|
width: "100%",
|
|
1794
1794
|
height: "100%",
|
|
1795
1795
|
overflow: "hidden",
|
|
1796
|
-
|
|
1796
|
+
pt: { xs: 0, md: 1.5 },
|
|
1797
1797
|
gap: { xs: 0, md: 1 },
|
|
1798
1798
|
borderTop: withBorderTop ? ({ palette }) => `0.6px solid ${palette.divider}` : void 0,
|
|
1799
1799
|
borderBottom: withBorderBottom ? ({ palette }) => `0.6px solid ${palette.divider}` : void 0,
|