mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
fixes #18170, make cards block level by default so anchors can be used as base element
This commit is contained in:
parent
36b33bd145
commit
0e77265c00
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user