mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
Make .card class inside .card-columns display: block too (#20447)
See: https://github.com/twbs/bootstrap/pull/18255#issuecomment-237034763
This commit is contained in:
@@ -314,7 +314,6 @@
|
|||||||
column-gap: $card-columns-sm-up-column-gap;
|
column-gap: $card-columns-sm-up-column-gap;
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
display: inline-block;
|
|
||||||
width: 100%; // Don't let them exceed the column width
|
width: 100%; // Don't let them exceed the column width
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user