From: Chirag Modi Date: Sun, 1 Oct 2017 23:53:16 +0000 (+0530) Subject: fixed issue with hr tag mention in 23032 (#23078) X-Git-Tag: v4.0.0-beta.2~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff2a2781ff9ec20a1bd2031bcfe66944935d36a;p=thirdparty%2Fbootstrap.git fixed issue with hr tag mention in 23032 (#23078) --- diff --git a/scss/_card.scss b/scss/_card.scss index f18aa59b15..26b7a150cb 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -12,6 +12,11 @@ background-clip: border-box; border: $card-border-width solid $card-border-color; @include border-radius($card-border-radius); + + > hr { + margin-right: 0; + margin-left: 0; + } } .card-body {