From c85a40d5ebad29eb11e7768269a32bf35aa36d6f Mon Sep 17 00:00:00 2001 From: Michaela Robosova Date: Mon, 11 Nov 2024 21:00:46 +0100 Subject: [PATCH] Fix card area not taking full width --- lib/cards/KCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cards/KCard.vue b/lib/cards/KCard.vue index 29eaeb4db..7a7e93084 100644 --- a/lib/cards/KCard.vue +++ b/lib/cards/KCard.vue @@ -532,6 +532,7 @@ display: flex; flex-direction: column; flex-wrap: nowrap; + width: 100%; height: 100%; border-radius: 0.5em; outline-offset: -1px;