From ea122c81a21c5fa0483198d1cba11af931914c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 13 Nov 2020 15:43:37 +0100 Subject: [PATCH] Only set flex layout on the active tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/card/CardSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index d57de2704..e7790bd7c 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -185,7 +185,7 @@ export default { background-color: var(--color-main-background); } - section { + section.app-sidebar__tab--active { min-height: auto; display: flex; flex-direction: column;