From 10af76bdf0c9ca488f4f286964ad7801567cd715 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 d47ff086f..e0903594a 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -218,6 +218,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});