From d5a31a708a36c970485610293f946a9d0da5fa4a 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 ba22f4862..452c9128c 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -219,6 +219,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});