diff options
| author | Mark Otto <[email protected]> | 2015-11-14 21:40:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-14 21:40:17 -0800 |
| commit | 0e77265c001883386d0f2f9ef12dd30d587b90b3 (patch) | |
| tree | 2f9f1d9d0780960f7a705ef27f857f3a25893731 | |
| parent | 36b33bd145af0ac212e7d6ce88cc9b7abc9f43fc (diff) | |
| download | bootstrap-0e77265c001883386d0f2f9ef12dd30d587b90b3.tar.xz bootstrap-0e77265c001883386d0f2f9ef12dd30d587b90b3.zip | |
fixes #18170, make cards block level by default so anchors can be used as base element
| -rw-r--r-- | scss/_card.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index 75e4513b3..f6a4fd8c2 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -4,6 +4,7 @@ .card { position: relative; + display: block; margin-bottom: $card-spacer-y; background-color: $card-bg; border: $card-border-width solid $card-border-color; |
