From 6c8c0aa4cf96e7b14b0607751753e158beb40e9d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 Jun 2017 22:01:16 -0700 Subject: Rename .card-block to .card-body to match nomenclature of modals --- scss/_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_card.scss') diff --git a/scss/_card.scss b/scss/_card.scss index e45af7bc78..436df300fa 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -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; -- cgit v1.2.3