diff options
| author | Bass Jobsen <[email protected]> | 2016-09-05 02:47:18 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-04 17:47:18 -0700 |
| commit | 99425321dc2b2a038ffa701854ff0133a8f189c3 (patch) | |
| tree | 9c41a8a2a6da9ba981432e83ed8ebc1c8c36abf5 | |
| parent | 93522e3ae66aad4178d74f6f550fc1bde9aa7e76 (diff) | |
| download | bootstrap-99425321dc2b2a038ffa701854ff0133a8f189c3.tar.xz bootstrap-99425321dc2b2a038ffa701854ff0133a8f189c3.zip | |
Make .card class inside .card-columns display: block too (#20447)
See: https://github.com/twbs/bootstrap/pull/18255#issuecomment-237034763
| -rw-r--r-- | scss/_card.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index a419d4d08..6fa77e61e 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -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 } } |
