Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit e3c1a5c

Browse files
codymikoljosephperrott
authored andcommitted
fix(list): account for IE11 bug with flexbox and min-height (#11393)
1 parent 1e0cefc commit e3c1a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/list/list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ md-list-item {
163163
.md-list-item-inner {
164164
// The list item content should fill the complete width.
165165
width: 100%;
166-
min-height: inherit;
166+
@include ie11-min-height-flexbug(inherit);
167167
}
168168

169169
}

0 commit comments

Comments
 (0)