[arvados] updated: 2.7.0-5803-geadc36424c
git repository hosting
git at public.arvados.org
Thu Jan 11 19:37:31 UTC 2024
Summary of changes:
services/workbench2/src/components/search-input/search-input.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via eadc36424c9d85612d2645e493d1f34e62b6e10e (commit)
from f3f37dd8d68c386d94904f10befdeef21201921a (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 eadc36424c9d85612d2645e493d1f34e62b6e10e
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu Jan 11 14:37:25 2024 -0500
21317: made search input width static 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 fc87367cc4..6d98aed28e 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 style={{ minWidth: '9rem'}}>
+ <FormControl style={{ width: '14rem'}}>
<InputLabel>{label}</InputLabel>
<Input
type="text"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list