Skip to content

Commit 7b23420

Browse files
committed
MC-4137: TinyMCE Issues within inline WYSIWYG
1 parent f913086 commit 7b23420

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
&._right-aligned-toolbar ~ div.mce-tinymce-inline {
4848
left: auto !important;
4949
}
50-
ul {
50+
ul, ol {
5151
display: block;
5252
margin-block-start: 1em;
5353
margin-block-end: 1em;
@@ -56,5 +56,9 @@
5656
padding-inline-start: 40px;
5757
margin-top: 0rem;
5858
margin-bottom: 2.5rem;
59+
60+
li {
61+
margin: 0 0 1rem 0;
62+
}
5963
}
6064
}

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
.pagebuilder-content-type.pagebuilder-text {
1111
border-width: 0;
1212

13-
ol {
14-
list-style: decimal;
15-
padding-left: @margin;
16-
li {
17-
margin: 0 0 @margin 0;
18-
}
19-
}
2013
.mce-tinymce-inline {
2114
left: -1px !important;
2215
right: -1px;

0 commit comments

Comments
 (0)