0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01: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

View File

@ -12,6 +12,11 @@
background-clip: border-box; background-clip: border-box;
border: $card-border-width solid $card-border-color; border: $card-border-width solid $card-border-color;
@include border-radius($card-border-radius); @include border-radius($card-border-radius);
> hr {
margin-right: 0;
margin-left: 0;
}
} }
.card-body { .card-body {