Skip to content

Commit b8d3786

Browse files
committed
MC-1416: Editing Text Content Block from the Stage with TinyMCE 4 turned on
Add word-break: break-all to .magento-placeholder
1 parent 8afe709 commit b8d3786

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

2222
.magento-placeholder-error {

0 commit comments

Comments
 (0)