[arvados] updated: 2.7.0-6071-g6467beda31
git repository hosting
git at public.arvados.org
Tue Mar 26 18:15:42 UTC 2024
Summary of changes:
.../views-components/project-details-card/project-details-card.tsx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
via 6467beda3105f2e0932d8f410eda8ec407612040 (commit)
from 025fe32c579a8a4d8683d3d1776e7ffe16449ea0 (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 6467beda3105f2e0932d8f410eda8ec407612040
Author: Lisa Knox <lisaknox83 at gmail.com>
Date: Tue Mar 26 14:15:38 2024 -0400
21224: no description css fixed Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>
diff --git a/services/workbench2/src/views-components/project-details-card/project-details-card.tsx b/services/workbench2/src/views-components/project-details-card/project-details-card.tsx
index ce38f796c0..7e6d275a6c 100644
--- a/services/workbench2/src/views-components/project-details-card/project-details-card.tsx
+++ b/services/workbench2/src/views-components/project-details-card/project-details-card.tsx
@@ -59,6 +59,8 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
noDescription: {
color: theme.palette.grey['600'],
fontStyle: 'italic',
+ padding: '0 0 0.5rem 1rem',
+ marginTop: '-0.5rem',
},
userNameContainer: {
display: 'flex',
@@ -97,16 +99,16 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
flexDirection: 'row',
alignItems: 'center',
margin: 0,
+ minHeight: '2.7rem',
},
faveIcon: {
fontSize: '0.8rem',
- margin: 'auto 0 0.5rem 0.3rem',
+ margin: 'auto 0 1rem 0.3rem',
color: theme.palette.text.primary,
},
frozenIcon: {
fontSize: '0.5rem',
marginLeft: '0.3rem',
- marginTop: '0.1rem',
height: '1rem',
color: theme.palette.text.primary,
},
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list