Skip to content

Commit b1def07

Browse files
committed
MC-3507: Text on variable placeholder drops outside placeholder box when container is too small
- Fixed bug
1 parent 5e142c9 commit b1def07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_inline-wysiwyg.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
// _____________________________________________
99

1010
.inline-wysiwyg {
11+
.magento-placeholder {
12+
height: auto;
13+
min-height: 20px;
14+
}
1115
&.mce-edit-focus {
1216
outline: none;
1317
}

0 commit comments

Comments
 (0)