@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
- alignItems: 'center',
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@it-consultis/page-builder",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "license": "MIT",
5
5
  "author": "itc",
6
6
  "scripts": {