[arvados] updated: 2.7.0-6587-g5844085c0f
git repository hosting
git at public.arvados.org
Wed May 29 15:54:00 UTC 2024
Summary of changes:
.../src/views-components/details-card/project-details-card.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 5844085c0f593ea07ac85a153607fec6dfb18b2f (commit)
from 22bb6b1e8d9008240dde406b2de5acc32dec2939 (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 5844085c0f593ea07ac85a153607fec6dfb18b2f
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Wed May 29 11:53:50 2024 -0400
21224: replaced description width with margin-right
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 4aab856ef3..7c3de0f2c6 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
@@ -119,8 +119,8 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
marginBottom: '0.5rem',
},
description: {
- width: '95%',
marginTop: 0,
+ marginRight: '2rem',
},
toolbarStyles: {
marginRight: '-1rem',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list