Fix kanban height
This commit is contained in:
parent
f90a3a8837
commit
92c9dcb013
1 changed files with 1 additions and 1 deletions
|
|
@ -151,6 +151,6 @@ function openDialog(targetStepSlug) {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
margin: 0 calc(-1 * var(--gutter));
|
margin: 0 calc(-1 * var(--gutter));
|
||||||
padding: 0 var(--gutter);
|
padding: 0 var(--gutter);
|
||||||
height: calc(100vh - var(--gutter) * 2 - var(--header-height) - 2.25rem);
|
height: calc(100vh - var(--gutter) * 2 - var(--header-height) - 3.25rem);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue