From 7e0932f983f84bc1e4e09a13ae49edd7aa572f35 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Wed, 13 Nov 2024 20:08:08 +0100 Subject: [PATCH] fix: two close buttons on card modal Signed-off-by: Luka Trovic --- src/components/card/CardSidebar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 6b31ab393..617c9369d 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -216,6 +216,7 @@ section.app-sidebar__tab--active { // FIXME: Obivously we should at some point not randomly reuse the sidebar component // since this is not oficially supported .modal__card .app-sidebar { + box-sizing: unset; $modal-padding: 14px; border: 0; min-width: calc(100% - #{$modal-padding * 2});