more shrink, and a + t2
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
* breathing room). A fixed-px budget is more reliable than a proportional vh value
|
||||
* because that chrome is a fixed height regardless of screen size.
|
||||
*
|
||||
* Tune the single number below (120px) if the scrollbar is still clipped or if you
|
||||
* Tune the single number below (170px) if the scrollbar is still clipped or if you
|
||||
* want the columns taller.
|
||||
*
|
||||
* The selector is intentionally more specific than core's single-class rule, and
|
||||
* uses !important, so this override wins even alongside a theme (e.g. Essential).
|
||||
*/
|
||||
#board td .board-task-list.board-task-list-compact {
|
||||
max-height: calc(100vh - 120px) !important;
|
||||
max-height: calc(100vh - 170px) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user