Setting a fixed width stops nm search from resizing with clear button

This commit is contained in:
nathan 2022-08-22 15:36:03 -06:00
parent 1b32b124c4
commit c82d727b33

View File

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