Skip to content

Commit 30c9d40

Browse files
committed
MC-3499: Variable placeholder are overlap and stick to each other in small container
- Fixed issue
1 parent 38d0555 commit 30c9d40

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
.inline-wysiwyg {
1111
.magento-placeholder {
1212
height: auto;
13+
margin: 5px;
1314
min-height: 20px;
15+
vertical-align: baseline;
1416
}
1517
&.mce-edit-focus {
1618
outline: none;

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/text/_default.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
margin: 0 0 @margin 0;
1919
}
2020
}
21-
p {
22-
margin-bottom: 0;
23-
padding-bottom: @margin;
24-
}
2521
.mce-tinymce-inline {
2622
left: -2px !important;
2723
right: -2px;

0 commit comments

Comments
 (0)