]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed issue with hr tag mention in 23032 (#23078)
authorChirag Modi <chiraggmodi@users.noreply.github.com>
Sun, 1 Oct 2017 23:53:16 +0000 (05:23 +0530)
committerMark Otto <markd.otto@gmail.com>
Sun, 1 Oct 2017 23:53:16 +0000 (16:53 -0700)
scss/_card.scss

index f18aa59b157d0efb9df80a95d1e5aba3311f0621..26b7a150cb4665b275b7be286a38e76cb5e58695 100644 (file)
   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 {