@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/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
- py: { xs: 0, md: 1.5 },
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,