[arvados] updated: 2.7.0-6581-gd08555c1e9
git repository hosting
git at public.arvados.org
Thu May 16 18:47:48 UTC 2024
Summary of changes:
.../src/views-components/details-card/project-details-card.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d08555c1e9d865731c6e809cb494ee332e9cfe31 (commit)
from d5a68c7fa4399bd0811b8383e241a481dc70ae75 (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 d08555c1e9d865731c6e809cb494ee332e9cfe31
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Thu May 16 14:47:44 2024 -0400
21224: fixed description width
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 63c1225782..79a3dbbfdd 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,7 +119,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
marginBottom: '0.5rem',
},
description: {
- maxWidth: '95%',
+ width: '95%',
marginTop: 0,
},
toolbarStyles: {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list