@bwp-web/components 1.5.1 → 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/BiampWrapper/BiampWrapper.d.ts.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -439,7 +439,6 @@ function BiampWrapper({
|
|
|
439
439
|
{
|
|
440
440
|
direction: "column",
|
|
441
441
|
padding: "16px",
|
|
442
|
-
alignItems: "flex-start",
|
|
443
442
|
sx: {
|
|
444
443
|
position: "relative",
|
|
445
444
|
flex: 1,
|
|
@@ -1794,7 +1793,7 @@ function BiampTableContainer({
|
|
|
1794
1793
|
width: "100%",
|
|
1795
1794
|
height: "100%",
|
|
1796
1795
|
overflow: "hidden",
|
|
1797
|
-
|
|
1796
|
+
pt: { xs: 0, md: 1.5 },
|
|
1798
1797
|
gap: { xs: 0, md: 1 },
|
|
1799
1798
|
borderTop: withBorderTop ? ({ palette }) => `0.6px solid ${palette.divider}` : void 0,
|
|
1800
1799
|
borderBottom: withBorderBottom ? ({ palette }) => `0.6px solid ${palette.divider}` : void 0,
|