From baafd88cc2c58a5d66ce4be927e4fa9d470c6b2f Mon Sep 17 00:00:00 2001 From: Tag Date: Fri, 30 Sep 2022 14:39:33 -0700 Subject: [PATCH] Allow wanted and exceptions to be taller --- package.nw/lib/style_roster.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nw/lib/style_roster.css b/package.nw/lib/style_roster.css index 615a4e0..88c8f7d 100644 --- a/package.nw/lib/style_roster.css +++ b/package.nw/lib/style_roster.css @@ -339,7 +339,7 @@ body.roster { .secondaryControlGroup .columns { /* column-count: 2; */ - max-height: 110px; + max-height: 125px; display: flex; flex-direction: column; flex-wrap: wrap;