mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 10:40:23 +00: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:
parent
93522e3ae6
commit
99425321dc
1 changed files with 0 additions and 1 deletions
|
|
@ -314,7 +314,6 @@
|
|||
column-gap: $card-columns-sm-up-column-gap;
|
||||
|
||||
.card {
|
||||
display: inline-block;
|
||||
width: 100%; // Don't let them exceed the column width
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue