Skip to content

Commit ccab167

Browse files
#717: Column with margin goes out of stage on mobile viewport
1 parent c1d256a commit ccab167

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.pagebuilder-content-type {
1111
.pagebuilder-column-group {
1212
> .element-children {
13-
display: block;
13+
flex-wrap: wrap;
1414
}
1515
}
1616

0 commit comments

Comments
 (0)