[arvados-workbench2] updated: 2.7.1-71-gadbbc9e3
git repository hosting
git at public.arvados.org
Wed Dec 20 18:53:19 UTC 2023
Summary of changes:
src/components/multiselect-toolbar/MultiselectToolbar.tsx | 1 -
1 file changed, 1 deletion(-)
via adbbc9e3c7a36d39b30f403555ee5889e32adcc0 (commit)
from bf6b23800e9eb0cfcd2d07eb03a868a63d7142cd (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 adbbc9e3c7a36d39b30f403555ee5889e32adcc0
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed Dec 20 13:53:16 2023 -0500
21128: fixed toolbar not scrolling Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/components/multiselect-toolbar/MultiselectToolbar.tsx b/src/components/multiselect-toolbar/MultiselectToolbar.tsx
index aa0f21ca..f92c0dcf 100644
--- a/src/components/multiselect-toolbar/MultiselectToolbar.tsx
+++ b/src/components/multiselect-toolbar/MultiselectToolbar.tsx
@@ -42,7 +42,6 @@ type CssRules = "root" | "transition" | "button" | "iconContainer";
const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
root: {
display: "flex",
- flexShrink: 0,
flexDirection: "row",
width: 0,
height: '2.7rem',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list