Fix kanban board height
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-06-17 09:02:27 +02:00
parent cf136132e3
commit b354ab51e7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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