diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index 0604310fe..ca3428900 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -2,7 +2,7 @@ $bucket-background: #e8f0f5; $task-background: $white; $ease-out: all .3s cubic-bezier(0.23, 1, 0.32, 1); -$crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em + 4px'; +$crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 1em - 1.5em - 8px'; .kanban {