mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fixes #19650: improve non-flexbox card deck behavior so columns are always the same width
This commit is contained in:
parent
5ff8d0f66e
commit
de91c5e0be
@ -214,12 +214,12 @@
|
||||
$space-between-cards: (2 * $card-deck-margin);
|
||||
.card-deck {
|
||||
display: table;
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
border-spacing: $space-between-cards 0;
|
||||
|
||||
.card {
|
||||
display: table-cell;
|
||||
width: 1%;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user