fix kanban height calculation with hack
This commit is contained in:
parent
2645edc9e0
commit
9e6afdb752
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue