aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_card.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index aa80739a7..0369bb387 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -35,6 +35,9 @@
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
// as much space as possible, ensuring footers are aligned to the bottom.
flex: 1 1 auto;
+ // Workaround for the image size bug in IE
+ // See: https://github.com/twbs/bootstrap/pull/28855
+ min-height: 1px;
padding: $card-spacer-x;
color: $card-color;
}