From: mkroeders Date: Mon, 12 Sep 2016 06:32:51 +0000 (+0200) Subject: Have same margin for as a
on .card-headers (#19048) X-Git-Tag: v4.0.0-alpha.5~80^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53a20c11d21e0b561fa123b93402653196fbece3;p=thirdparty%2Fbootstrap.git Have same margin for as a
on .card-headers (#19048) * Have same margin for as a
on .card-headers Related #18726 When you use a `` as `.card-header` there is `margin-bottom: .5rem` added. The changes set the margin-bottom to 0 * Removed space --- diff --git a/scss/_card.scss b/scss/_card.scss index 1644ae466c..01a5733d6a 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -70,6 +70,7 @@ .card-header { @include clearfix; padding: $card-spacer-y $card-spacer-x; + margin-bottom: 0; // Removes the default margin-bottom of background-color: $card-cap-bg; border-bottom: $card-border-width solid $card-border-color;