[arvados] updated: 2.7.0-6589-ge45e9d32ac

git repository hosting git at public.arvados.org
Wed May 29 18:49:05 UTC 2024


Summary of changes:
 .../src/views-components/details-card/project-details-card.tsx   | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

       via  e45e9d32ac3349c19785f3041e0e5e8025f93c32 (commit)
      from  869c50de9a61a8607f9980abd190724d4426aa7d (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 e45e9d32ac3349c19785f3041e0e5e8025f93c32
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Wed May 29 14:49:00 2024 -0400

    21224: fixed single-line toggle height
    
    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 7c3de0f2c6..4fa32f4507 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
@@ -47,9 +47,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         padding: 0,
         minHeight: '3rem',
     },
-    showMore: {
-        cursor: 'pointer',
-    },
     noDescription: {
         color: theme.palette.grey['600'],
         fontStyle: 'italic',
@@ -75,6 +72,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         display: 'flex',
         flexDirection: 'row',
         cursor: 'pointer',
+        marginTop: '-0.25rem',
         paddingBottom: '0.5rem',
     },
     cardContent: {
@@ -106,6 +104,10 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         height: '1rem',
         color: theme.palette.text.primary,
     },
+    showMore: {
+        marginTop: 0,
+        cursor: 'pointer',
+    },
     chipToggle: {
         display: 'flex',
         alignItems: 'center',
@@ -121,6 +123,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     description: {
         marginTop: 0,
         marginRight: '2rem',
+        marginBottom: '-0.85rem',
     },
     toolbarStyles: {
         marginRight: '-1rem',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list