Skip to content

Commit 8baf2d8

Browse files
committed
MC-4965: Text Wrapping Inside Inline WYSIWYG Editors Will Break On Words (Storefront as well for Slide & Banner)
- Fix slider and banner issues in IE 11
1 parent 98ed909 commit 8baf2d8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

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

2828
.pagebuilder-banner-wrapper {
29+
-ms-word-break: break-all;
2930
background-clip: padding-box;
3031
border-radius: inherit;
3132
box-sizing: border-box;

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

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

3333
.pagebuilder-slide-wrapper {
34+
-ms-word-break: break-all;
3435
border-radius: inherit;
3536
box-sizing: border-box;
3637
overflow-wrap: break-word;

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

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

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

0 commit comments

Comments
 (0)