diff options
| author | Chris Rebert <[email protected]> | 2015-12-23 17:20:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-23 17:20:23 -0700 |
| commit | da533b8926c1eeb408b865e1fb73dc4aeaaf4f9a (patch) | |
| tree | dfd663858d26d25cbd370ae89e3c8d250980f108 | |
| parent | 2e2b48da138fa40146a2b1379d1795ec1ce8510b (diff) | |
| download | bootstrap-da533b8926c1eeb408b865e1fb73dc4aeaaf4f9a.tar.xz bootstrap-da533b8926c1eeb408b865e1fb73dc4aeaaf4f9a.zip | |
Apply clearfix to .card-header; fixes #18633
| -rw-r--r-- | scss/_card.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 087615a0a..da32a3664 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -69,6 +69,7 @@ // .card-header { + @include clearfix; padding: $card-spacer-y $card-spacer-x; background-color: $card-cap-bg; border-bottom: $card-border-width solid $card-border-color; |
