21427: set last menu item to change only after transition Arvados-DCO-1.1-Signed...
[arvados.git] / services / workbench2 / src / components / search-input / search-input.tsx
index fc87367cc4ea2ad372fe7ed5a23fe811dc17acab..6d98aed28e3992e334ad08bbc7fc0b0b88bc77c0 100644 (file)
@@ -76,7 +76,7 @@ export const SearchInput = (props: SearchInputProps) => {
     };
 
     return <form onSubmit={handleSubmit}>
-        <FormControl style={{ minWidth: '9rem'}}>
+        <FormControl style={{ width: '14rem'}}>
             <InputLabel>{label}</InputLabel>
             <Input
                 type="text"