From 229999546c013b6200dd019578d4df60abfc0c9b Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 27 Apr 2020 13:06:03 +0200 Subject: [PATCH] Fix bucket spacing on kanban board --- src/styles/components/kanban.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index 1ac766af..1a1b1bc5 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -26,7 +26,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 116px - 1em - 1.5em'; min-height: 20px; .tasks { - max-height: calc(#{$crazy-height-calculation} - 1rem - 1.5rem - 1em - #{$button-height} - 1em); + max-height: calc(#{$crazy-height-calculation} - 1rem - 2.5rem - 1em - #{$button-height} - 1em); overflow: auto; .task {