From: Chris Rebert Date: Thu, 24 Dec 2015 00:20:23 +0000 (-0700) Subject: Apply clearfix to .card-header; fixes #18633 X-Git-Tag: v4.0.0-alpha.3~478^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da533b8926c1eeb408b865e1fb73dc4aeaaf4f9a;p=thirdparty%2Fbootstrap.git Apply clearfix to .card-header; fixes #18633 --- diff --git a/scss/_card.scss b/scss/_card.scss index 087615a0a7..da32a3664f 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;