Skip to content

Commit d0193fd

Browse files
committed
MC-5405: Column Minimum Height Issues
- add max-width to column children to enable text wrapping and preventing children overflowing - set min-height to column children to support 200px min-height config
1 parent 81ee151 commit d0193fd

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
> .element-children {
1515
flex: 1;
16+
max-width: 100%;
17+
min-height: auto;
1618
padding: 0;
1719
}
1820
}

0 commit comments

Comments
 (0)