Fix bucket spacing on kanban board
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-04-27 13:06:03 +02:00
parent dca90477d9
commit 229999546c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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 {