From 3443fa82b237b3c18d32e9bb1dcbf71287acb233 Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 23 Sep 2024 08:44:50 +0200 Subject: [PATCH] fix cat-selection in addressbook is always smaller than possible and the other filters --- 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 e2ef4cf603..39b1addddc 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2039,6 +2039,7 @@ egw-validation-feedback[type] { .nextmatch_header_row > .filtersContainer > et2-select, .nextmatch_header_row > .filtersContainer > et2-select-cat { /* Make all filters the same size. Otherwise they'll flex for different sized values */ max-width: 33%; + width: calc(33% - 4px); } .nextmatch_header_row > .header_row_right {