fix(Search): Increase width of search field

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-02-04 12:07:21 +01:00
parent fc88f46460
commit fb4f8a8d29
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ export default {
}
.controls__right .inline-search {
max-width: 150px !important;
max-width: 200px !important;
position: relative;
top: -4px;
}