From: Chris Rebert Date: Thu, 24 Dec 2015 00:22:53 +0000 (-0700) Subject: Apply clearfix to .card-footer X-Git-Tag: v4.0.0-alpha.3~478^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25cecdb55a5e2dcadd0aedac246ab1a58465b7d9;p=thirdparty%2Fbootstrap.git Apply clearfix to .card-footer [skip sauce] [skip validator] --- diff --git a/scss/_card.scss b/scss/_card.scss index da32a3664f..abf0ac5b65 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -80,6 +80,7 @@ } .card-footer { + @include clearfix; padding: $card-spacer-y $card-spacer-x; background-color: $card-cap-bg; border-top: $card-border-width solid $card-border-color;