mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-02 02:29:24 +01:00
Workaround for the image size bug in IE (#28855)
This commit is contained in:
parent
cb4cdbf2bb
commit
d6e0552efe
@ -35,6 +35,9 @@
|
|||||||
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
|
// 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.
|
// as much space as possible, ensuring footers are aligned to the bottom.
|
||||||
flex: 1 1 auto;
|
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;
|
padding: $card-spacer-x;
|
||||||
color: $card-color;
|
color: $card-color;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user