We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4cdbf commit d6e0552Copy full SHA for d6e0552
scss/_card.scss
@@ -35,6 +35,9 @@
35
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
36
// as much space as possible, ensuring footers are aligned to the bottom.
37
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;
41
padding: $card-spacer-x;
42
color: $card-color;
43
}
0 commit comments