impaktapps-ui-builder 1.0.147-test.14 → 1.0.147-test.15
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 +1 -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 +1 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +1 -0
|
@@ -11566,6 +11566,7 @@ function Card(theme) {
|
|
|
11566
11566
|
componentsBoxStyle: {
|
|
11567
11567
|
boxShadow: "0px 2px 4px rgba(0, 0, 0, 0.1)",
|
|
11568
11568
|
flexDirection: "column",
|
|
11569
|
+
overflow: "hidden",
|
|
11569
11570
|
flexWrap: "nowrap",
|
|
11570
11571
|
width: "100% !important",
|
|
11571
11572
|
background: "transparent",
|