2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Apply clearfix to .card-header; fixes #18633

This commit is contained in:
Chris Rebert
2015-12-23 17:20:23 -07:00
parent 2e2b48da13
commit da533b8926
+1
View File
@@ -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;