WI search bar now flexibly scales width
This commit is contained in:
parent
e4de6da5b8
commit
9d8ebd7bd2
|
@ -157,7 +157,11 @@
|
|||
width: 10em;
|
||||
}
|
||||
|
||||
#world_info_search,
|
||||
#world_info_search {
|
||||
width: 10em;
|
||||
min-width: 10em;
|
||||
flex-grow: 1;
|
||||
}
|
||||
#world_info_sort_order {
|
||||
width: 7em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue