Skip to content

Commit 769f94c

Browse files
committed
MC-3303: Style Implementation for MC-1416
- Fixed alignment of toolbar in text type
1 parent bfbfa4c commit 769f94c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

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

1010
.inline-wysiwyg {
11-
> div ~ p { // paragraph newline automatically added by mce outside of captured editor content; hiding
12-
display: none;
13-
}
1411
&.mce-edit-focus {
1512
outline: none;
1613
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
margin-bottom: 0;
2323
padding-bottom: @margin;
2424
}
25-
~ .mce-tinymce-inline {
26-
transform: translateX(-1px);
25+
.mce-tinymce-inline {
26+
left: -2px;
27+
right: -2px;
28+
top: -1px;
2729
}
2830
.placeholder-text {
2931
left: 5px;

0 commit comments

Comments
 (0)