impaktapps-ui-builder 0.0.382-alpha.1000 → 0.0.382-alpha.1001
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 +6 -6
- 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/leaderBoard.d.ts +4 -4
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +28 -14
|
@@ -9213,17 +9213,17 @@ var leaderBoard = {
|
|
|
9213
9213
|
},
|
|
9214
9214
|
style: {
|
|
9215
9215
|
wrapperStyle: {
|
|
9216
|
-
minHeight:
|
|
9217
|
-
|
|
9218
|
-
|
|
9216
|
+
minHeight: 650,
|
|
9217
|
+
paddingBottom: 20,
|
|
9218
|
+
boxSizing: "border-box"
|
|
9219
9219
|
}
|
|
9220
9220
|
},
|
|
9221
9221
|
wrapperStyle: {
|
|
9222
9222
|
position: "relative",
|
|
9223
9223
|
width: "100%",
|
|
9224
|
-
minHeight:
|
|
9225
|
-
|
|
9226
|
-
|
|
9224
|
+
minHeight: 650,
|
|
9225
|
+
paddingBottom: "20px",
|
|
9226
|
+
boxSizing: "border-box"
|
|
9227
9227
|
}
|
|
9228
9228
|
},
|
|
9229
9229
|
elements: [
|