fix cat-selection in addressbook is always smaller than possible and the other filters

This commit is contained in:
ralf 2024-09-23 08:44:50 +02:00
parent 279952d6f6
commit 3443fa82b2

View File

@ -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 {