Fix bucket spacing on kanban board
This commit is contained in:
parent
dca90477d9
commit
229999546c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 116px - 1em - 1.5em';
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
|
|
||||||
.tasks {
|
.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;
|
overflow: auto;
|
||||||
|
|
||||||
.task {
|
.task {
|
||||||
|
|
Loading…
Reference in a new issue