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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue