From d6b168449d9e521f7e2f416e3aab2ef1e26514f3 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Wed, 20 Oct 2021 14:47:06 +0200 Subject: [PATCH] fix kanban height calculation with hack --- src/views/list/views/Kanban.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/list/views/Kanban.vue b/src/views/list/views/Kanban.vue index bf2b786a8..1aa1a3c89 100644 --- a/src/views/list/views/Kanban.vue +++ b/src/views/list/views/Kanban.vue @@ -603,8 +603,9 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1rem - 1.5rem - 11px'; $crazy-height-calculation-tasks: '#{$crazy-height-calculation} - 1rem - 2.5rem - 2rem - #{$button-height} - 1rem'; $filter-container-height: '1rem - #{$switch-view-height}'; +// FIXME: .app-content.list\.kanban { - padding-bottom: 0; + padding-bottom: 0 !important; } .kanban {