2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fixed issue with hr tag mention in 23032 (#23078)

This commit is contained in:
Chirag Modi
2017-10-02 05:23:16 +05:30
committed by Mark Otto
parent 79c6e54af1
commit 3ff2a2781f
+5
View File
@@ -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 {