mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 14:30:23 +00:00
fixed issue with hr tag mention in 23032 (#23078)
This commit is contained in:
parent
79c6e54af1
commit
3ff2a2781f
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue