Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-03-09 16:37:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-03-18 21:59:27 +0300
commit018a94c9c1766c2f191d98f14d8a780882d671ae (patch)
treec4cc4e590358ec01b4b090fe35cbf515865e9d05 /scss/_card.scss
parent47aef7b2c6f4570443a16f8db302586a7ce548af (diff)
Remove Internet Explorer leftovers
Diffstat (limited to 'scss/_card.scss')
-rw-r--r--scss/_card.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index 132f79e1eb..db2da9e4ab 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -36,9 +36,6 @@
// 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-y $card-spacer-x;
color: $card-color;
}