2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Apply clearfix to .card-block; fixes #18583

This commit is contained in:
Chris Rebert
2015-12-23 17:18:19 -07:00
parent 86c0520613
commit 2e2b48da13
+1
View File
@@ -12,6 +12,7 @@
} }
.card-block { .card-block {
@include clearfix;
padding: $card-spacer-x; padding: $card-spacer-x;
} }