[arvados-workbench2] updated: 2.7.0-166-geeb58b87
git repository hosting
git at public.arvados.org
Wed Oct 25 15:56:29 UTC 2023
Summary of changes:
src/components/tree/tree.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via eeb58b87d42354940875c56d41add15b4bfc0894 (commit)
from fdb810aee6d7ee83f3ccea81e21dac1a4c3823d6 (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 eeb58b87d42354940875c56d41add15b4bfc0894
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed Oct 25 11:56:20 2023 -0400
19302: adjusted sidePanelTree icon styling Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/src/components/tree/tree.tsx b/src/components/tree/tree.tsx
index 28f1966a..9a2c0b48 100644
--- a/src/components/tree/tree.tsx
+++ b/src/components/tree/tree.tsx
@@ -45,9 +45,10 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
color: theme.palette.grey["700"],
height: '14px',
width: '14px',
+ marginBottom: '0.4rem',
},
toggableIcon: {
- fontSize: '14px'
+ fontSize: '14px',
},
renderContainer: {
flex: 1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list