Skip to content

Commit 890a02c

Browse files
committed
MC-1416: Editing Text Content Block from the Stage with TinyMCE 4 turned on
Add word-wrap: break-all to .magento-placeholder
1 parent 59e9aa8 commit 890a02c

File tree

1 file changed

+1
-0
lines changed
  • lib/web/mage/adminhtml/wysiwyg/tiny_mce/themes

1 file changed

+1
-0
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/themes/ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
font-size: 14px;
1717
color: #000;
1818
box-sizing: initial;
19+
word-wrap: break-all;
1920
}
2021

2122
.magento-placeholder-error {

0 commit comments

Comments
 (0)