mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Apply clearfix to .card-header; fixes #18633
This commit is contained in:
parent
2e2b48da13
commit
da533b8926
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
//
|
||||
|
||||
.card-header {
|
||||
@include clearfix;
|
||||
padding: $card-spacer-y $card-spacer-x;
|
||||
background-color: $card-cap-bg;
|
||||
border-bottom: $card-border-width solid $card-border-color;
|
||||
|
|
Loading…
Reference in a new issue