Skip to content

Commit d6e0552

Browse files
ysdsXhmikosR
authored andcommitted
Workaround for the image size bug in IE (twbs#28855)
1 parent cb4cdbf commit d6e0552

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scss/_card.scss

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
3636
// as much space as possible, ensuring footers are aligned to the bottom.
3737
flex: 1 1 auto;
38+
// Workaround for the image size bug in IE
39+
// See: https://github.com/twbs/bootstrap/pull/28855
40+
min-height: 1px;
3841
padding: $card-spacer-x;
3942
color: $card-color;
4043
}

0 commit comments

Comments
 (0)