Commit 911b72cf authored by Shohei Yoshida's avatar Shohei Yoshida Committed by XhmikosR
Browse files

Workaround for the image size bug in IE (#28855)

parent e0d0f5a1
Showing with 3 additions and 0 deletions
+3 -0
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment