[arvados] updated: 2.7.0-5802-gf3f37dd8d6

git repository hosting git at public.arvados.org
Thu Jan 11 19:27:21 UTC 2024


Summary of changes:
 services/workbench2/src/components/search-input/search-input.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f3f37dd8d68c386d94904f10befdeef21201921a (commit)
      from  25eb38e9a93228f349046d36e23b735c164f5b99 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f3f37dd8d68c386d94904f10befdeef21201921a
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Thu Jan 11 14:27:08 2024 -0500

    21317: fixed search input resizing bug Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/search-input/search-input.tsx b/services/workbench2/src/components/search-input/search-input.tsx
index fbb4f599b6..fc87367cc4 100644
--- a/services/workbench2/src/components/search-input/search-input.tsx
+++ b/services/workbench2/src/components/search-input/search-input.tsx
@@ -76,7 +76,7 @@ export const SearchInput = (props: SearchInputProps) => {
     };
 
     return <form onSubmit={handleSubmit}>
-        <FormControl>
+        <FormControl style={{ minWidth: '9rem'}}>
             <InputLabel>{label}</InputLabel>
             <Input
                 type="text"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list