Skip to content

Commit 4707652

Browse files
author
Hwashiang Yu
committed
MC-5383: Option Menus, Heading Inline Editor & tinyMCE Inline Editor Are Cut Off on Full Screen View
- Corrected heading toolbar divider
1 parent 8dd441c commit 4707652

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+3
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_toolbar.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@
5656
&:not(:first-child):before {
5757
background-color: @color-light-gray;
5858
content: '';
59+
height: 80%;
5960
left: 0;
61+
max-height: 32px;
6062
position: relative;
63+
top: 10%;
6164
width: 1px;
6265
}
6366

0 commit comments

Comments
 (0)