From e1af1f376526c82b4dfaa53515b050633d642607 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 3 Aug 2022 16:30:14 -0600 Subject: [PATCH] Make sure nextmatch header row filters have enough space ACL dialog needed this - 14% is too small --- api/templates/default/etemplate2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 4b2d94d5c2..2c7781641e 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2216,6 +2216,7 @@ lion-validation-feedback[type] { .nextmatch_header_row > div > et2-select, .nextmatch_header_row > div > et2-select-cat { max-width: 14%; + min-width: fit-content; } .nextmatch_header_row > .header_row_right {