Skip to content

Commit

Permalink
Fix card area not taking full width
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Nov 11, 2024
1 parent 1f626ee commit c85a40d
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 c85a40d

Please sign in to comment.