forked from extern/egroupware
Setting a fixed width stops nm search from resizing with clear button
This commit is contained in:
parent
1b32b124c4
commit
c82d727b33
@ -2213,7 +2213,8 @@ lion-validation-feedback[type] {
|
||||
flex: 5 1 auto;
|
||||
}
|
||||
|
||||
.nextmatch_header_row .search {
|
||||
.nextmatch_header_row .search > * {
|
||||
width: 16em;
|
||||
}
|
||||
|
||||
.nextmatch_header_row > div > et2-select, .nextmatch_header_row > div > et2-select-cat {
|
||||
|
Loading…
Reference in New Issue
Block a user