impaktapps-ui-builder 0.0.101-alpha.223 → 0.0.101-alpha.224
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/impaktapps-ui-builder.es.js +3 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +4 -4
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +3 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +3 -3
|
@@ -11455,6 +11455,8 @@ function Card(theme) {
|
|
|
11455
11455
|
height: "0",
|
|
11456
11456
|
background: "transparent",
|
|
11457
11457
|
borderRadius: "0px",
|
|
11458
|
+
marginLeft: "-10px",
|
|
11459
|
+
marginTop: "-8px",
|
|
11458
11460
|
justifyContent: "start",
|
|
11459
11461
|
position: "relative"
|
|
11460
11462
|
},
|
|
@@ -11499,6 +11501,7 @@ function Card(theme) {
|
|
|
11499
11501
|
background: "inherit",
|
|
11500
11502
|
justifyContent: "flex-start",
|
|
11501
11503
|
width: "auto",
|
|
11504
|
+
margin: "-8px",
|
|
11502
11505
|
position: "absolute",
|
|
11503
11506
|
left: "8px"
|
|
11504
11507
|
}
|