Skip to content

Commit 212ea9b

Browse files
committed
MC-5383: Option Menus, Heading Inline Editor & tinyMCE Inline Editor Are Cut Off on Full Screen View
Increase padding-top of .stage-full-screen .pagebuilder-canvas to 50px
1 parent 52f5ab6 commit 212ea9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
}
7676

7777
.pagebuilder-canvas {
78-
padding-top: 25px;
78+
padding-top: 50px;
7979
}
8080

8181
.pagebuilder-panel-wrapper {

0 commit comments

Comments
 (0)