Skip to content

Commit 519420b

Browse files
committed
AC-396: TinyMCE menu options are small
- Fix menu options
1 parent 199ee1c commit 519420b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
}
1616
}
1717

18+
.tox .tox-menu.tox-collection.tox-collection--list {
19+
width: max-content !important;
20+
}
21+
1822
.inline-wysiwyg {
1923
.magento-placeholder {
2024
height: auto;
@@ -33,6 +37,7 @@
3337
visibility: hidden;
3438
width: auto !important;
3539
}
40+
3641
&.mce-edit-focus {
3742
outline: none;
3843
~ .tox-tinymce-inline {

0 commit comments

Comments
 (0)