Skip to content

Commit 32d2341

Browse files
committed
MC-4965: Text Wrapping Inside Inline WYSIWYG Editors Will Break On Words (Storefront as well for Slide & Banner)
- Remove -ms specific styles, resolve widths on poster appearances
1 parent 8baf2d8 commit 32d2341

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/banner/_default.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
}
2727

2828
.pagebuilder-banner-wrapper {
29-
-ms-word-break: break-all;
3029
background-clip: padding-box;
3130
border-radius: inherit;
3231
box-sizing: border-box;

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/banner/_poster.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.pagebuilder-banner-wrapper {
1111
.pagebuilder-poster-content {
12-
max-width: 100%;
1312
text-align: center;
13+
width: 100%;
1414
}
1515
}

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/slide/_default.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
}
3232

3333
.pagebuilder-slide-wrapper {
34-
-ms-word-break: break-all;
3534
border-radius: inherit;
3635
box-sizing: border-box;
3736
overflow-wrap: break-word;

0 commit comments

Comments
 (0)