fix kanban height calculation with hack
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dominik Pschenitschni 2021-10-20 14:47:06 +02:00
parent 499cff0c89
commit d6b168449d
Signed by: dpschen
GPG Key ID: B257AC0149F43A77

View File

@ -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'; $crazy-height-calculation-tasks: '#{$crazy-height-calculation} - 1rem - 2.5rem - 2rem - #{$button-height} - 1rem';
$filter-container-height: '1rem - #{$switch-view-height}'; $filter-container-height: '1rem - #{$switch-view-height}';
// FIXME:
.app-content.list\.kanban { .app-content.list\.kanban {
padding-bottom: 0; padding-bottom: 0 !important;
} }
.kanban { .kanban {