impaktapps-ui-builder 0.0.101-alpha.253 → 0.0.101-alpha.254

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.
@@ -11481,6 +11481,7 @@ function Card(theme) {
11481
11481
  justifyContent: "flex-start",
11482
11482
  width: "auto",
11483
11483
  margin: "-8px",
11484
+ marginLeft: "-24px",
11484
11485
  height: 0
11485
11486
  }
11486
11487
  },
@@ -11505,7 +11506,7 @@ function Card(theme) {
11505
11506
  width: "auto",
11506
11507
  margin: "-8px",
11507
11508
  position: "absolute",
11508
- left: "8px"
11509
+ left: "24px"
11509
11510
  }
11510
11511
  },
11511
11512
  options: {
@@ -11529,8 +11530,7 @@ function Card(theme) {
11529
11530
  background: "inherit",
11530
11531
  width: "calc(100%+8px)",
11531
11532
  margin: "-8px",
11532
- marginTop: { xs: "0px", md: "12px" },
11533
- lineHeight: "1"
11533
+ marginTop: { xs: "0px", md: "12px" }
11534
11534
  },
11535
11535
  layout: 12
11536
11536
  },