Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirag Modi <chiraggmodi@users.noreply.github.com>2017-10-02 02:53:16 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-02 02:53:16 +0300
commit3ff2a2781ff9ec20a1bd2031bcfe66944935d36a (patch)
treea427ff32debd3696c088db5a4532827a0f54eda9 /scss/_card.scss
parent79c6e54af172132baab7f344e276c443a6dfdb3a (diff)
fixed issue with hr tag mention in 23032 (#23078)
Diffstat (limited to 'scss/_card.scss')
-rw-r--r--scss/_card.scss5
1 files changed, 5 insertions, 0 deletions
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 {