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

Rename .card-block to .card-body to match nomenclature of modals

This commit is contained in:
Mark Otto
2017-06-14 22:01:16 -07:00
committed by Mark Otto
parent e6303d4500
commit 6c8c0aa4cf
6 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
@include border-radius($card-border-radius);
}
.card-block {
.card-body {
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
// as much space as possible, ensuring footers are aligned to the bottom.
flex: 1 1 auto;