diff options
| author | Chirag Modi <[email protected]> | 2017-10-02 05:23:16 +0530 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-01 16:53:16 -0700 |
| commit | 3ff2a2781ff9ec20a1bd2031bcfe66944935d36a (patch) | |
| tree | a427ff32debd3696c088db5a4532827a0f54eda9 /scss | |
| parent | 79c6e54af172132baab7f344e276c443a6dfdb3a (diff) | |
| download | bootstrap-3ff2a2781ff9ec20a1bd2031bcfe66944935d36a.tar.xz bootstrap-3ff2a2781ff9ec20a1bd2031bcfe66944935d36a.zip | |
fixed issue with hr tag mention in 23032 (#23078)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_card.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index f18aa59b1..26b7a150c 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 { |
