Skip to content

Commit 9ebd870

Browse files
PB-1142: Column with margin on cms page rendered trough block displays incorrectly on stage mobile viewport
1 parent 76d6278 commit 9ebd870

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
.pagebuilder-content-type.pagebuilder-block {
1010
.rendered-content {
1111
.pagebuilder-column-group {
12-
display: block !important;
12+
flex-wrap: wrap;
1313
.pagebuilder-column {
14-
width: 100% !important;
14+
flex-basis: 100%;
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)