[arvados] updated: 2.7.0-6591-g985e0c6c4f
git repository hosting
git at public.arvados.org
Wed May 29 19:12:23 UTC 2024
Summary of changes:
.../src/views-components/details-card/project-details-card.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 985e0c6c4f62c9bd0659cdfaed26ab5da3dc183c (commit)
from 94c4ca317893f1ec51ee98dbf4dd0eeeea77ba58 (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 985e0c6c4f62c9bd0659cdfaed26ab5da3dc183c
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed May 29 15:12:18 2024 -0400
21224: fixed render cutoff in expanded chip section
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/views-components/details-card/project-details-card.tsx b/services/workbench2/src/views-components/details-card/project-details-card.tsx
index 4fa32f4507..bdd97b35a5 100644
--- a/services/workbench2/src/views-components/details-card/project-details-card.tsx
+++ b/services/workbench2/src/views-components/details-card/project-details-card.tsx
@@ -114,7 +114,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
height: '2rem',
},
chipSection: {
- marginBottom: '-2rem',
+ marginBottom: '-1rem',
},
tag: {
marginRight: '0.75rem',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list