21386: removed old loading view, css tweaks Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
[arvados.git] / services / workbench2 / src / components / search-input / search-input.tsx
index fbb4f599b60690a5d5e7723f2a1301f25a513487..6d98aed28e3992e334ad08bbc7fc0b0b88bc77c0 100644 (file)
@@ -76,7 +76,7 @@ export const SearchInput = (props: SearchInputProps) => {
     };
 
     return <form onSubmit={handleSubmit}>
-        <FormControl>
+        <FormControl style={{ width: '14rem'}}>
             <InputLabel>{label}</InputLabel>
             <Input
                 type="text"