impaktapps-ui-builder 0.0.101-alpha.60 → 0.0.101-alpha.61
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/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +1 -2
package/package.json
CHANGED
|
@@ -660,8 +660,7 @@ export const componentBasicUiSchema: any = (theme)=>{
|
|
|
660
660
|
main: {
|
|
661
661
|
},
|
|
662
662
|
style: {
|
|
663
|
-
|
|
664
|
-
// width:"100%",
|
|
663
|
+
paddingLeft: theme.spacing(3),
|
|
665
664
|
color:theme.palette.grey[600],
|
|
666
665
|
fontSize:"10px",
|
|
667
666
|
position: "fixed",
|