Skip to content

Commit 3ae8395

Browse files
committed
MC-14996: IE11 - Cannot Add/Move Content Types to Column If Appearance Is Not Full-Height
- force ie11 to recognize min-height values in flex item for appearances
1 parent 0eedb70 commit 3ae8395

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
> .element-children {
1515
flex: 1;
1616
max-width: 100%;
17-
min-height: auto;
17+
min-height: initial;
1818
padding: 0;
1919
}
2020
}

0 commit comments

Comments
 (0)