@it-consultis/page-builder 1.1.35 → 1.1.36
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.
|
@@ -243,7 +243,9 @@ const EditorPreview = props => {
|
|
|
243
243
|
p: 2,
|
|
244
244
|
display: 'flex',
|
|
245
245
|
justifyContent: 'center',
|
|
246
|
-
|
|
246
|
+
paddingTop: '5vh',
|
|
247
|
+
// It'll looks like cut off top area when high not enough
|
|
248
|
+
// alignItems: 'center',
|
|
247
249
|
bgcolor: 'background.paper'
|
|
248
250
|
},
|
|
249
251
|
onDrop: handleDrop,
|