impaktapps-ui-builder 0.0.101-alpha.226 → 0.0.101-alpha.227
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 +2 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +2 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +2 -2
|
@@ -11454,6 +11454,8 @@ function Card(theme) {
|
|
|
11454
11454
|
height: "0",
|
|
11455
11455
|
background: "transparent",
|
|
11456
11456
|
borderRadius: "0px",
|
|
11457
|
+
marginLeft: "-10px",
|
|
11458
|
+
marginTop: "-8px",
|
|
11457
11459
|
justifyContent: "start",
|
|
11458
11460
|
position: "relative"
|
|
11459
11461
|
},
|