70 pixels more to test t2

This commit is contained in:
2026-06-28 16:54:33 -03:00
parent 9541ea83e3
commit 7385f52b95

View File

@@ -25,7 +25,7 @@ list:
```css
#board td .board-task-list.board-task-list-compact {
max-height: calc(100vh - 170px) !important;
max-height: calc(100vh - 240px) !important;
}
```
@@ -55,7 +55,7 @@ from the folder name). Reload the board; no build step, no configuration.
## Tuning
Edit the single `170px` value in `Asset/css/shrink-vertically.css`. Increase it if the
Edit the single `240px` value in `Asset/css/shrink-vertically.css`. Increase it if the
scrollbar is still clipped (for example with a taller theme header); decrease it to make
the collapsed columns taller.