mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix cat-selection in addressbook is always smaller than possible and the other filters
This commit is contained in:
parent
279952d6f6
commit
3443fa82b2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user