Skip to content

Commit 0371f68

Browse files
committed
MC-4965: Text Wrapping Inside Inline WYSIWYG Editors Will Break On Words (Storefront as well for Slide & Banner)
- sort alpha
1 parent 21c048b commit 0371f68

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
width: 100%;
1010
[contenteditable=true] {
1111
-webkit-user-select: text;
12-
user-select: text;
1312
overflow-wrap: break-word;
13+
user-select: text;
1414

1515
b {
1616
font-weight: normal;

0 commit comments

Comments
 (0)