1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Variable card height (#29462)

This commit is contained in:
Martijn Cuppens
2019-10-03 09:21:40 +02:00
committed by XhmikosR
parent 91a9fd96b9
commit f47243460e
3 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
display: flex;
flex-direction: column;
min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
height: $card-height;
word-wrap: break-word;
background-color: $card-bg;
background-clip: border-box;