Skip to content

Commit

Permalink
Merge pull request #820 from MisRob/card-fixes
Browse files Browse the repository at this point in the history
Fix KCard area not taking available width
  • Loading branch information
akolson authored Nov 11, 2024
2 parents 1f626ee + c85a40d commit f4ba97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cards/KCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@
display: flex;
flex-direction: column;
flex-wrap: nowrap;
width: 100%;
height: 100%;
border-radius: 0.5em;
outline-offset: -1px;
Expand Down

0 comments on commit f4ba97d

Please sign in to comment.