[arvados] updated: 2.7.0-6069-gcc00f65346

git repository hosting git at public.arvados.org
Tue Mar 26 17:53:36 UTC 2024


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

       via  cc00f6534670f45240cab7f34f20d22d09479b09 (commit)
      from  f1412eb308f5c8dcd91a034933882060b0d50177 (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 cc00f6534670f45240cab7f34f20d22d09479b09
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Tue Mar 26 13:53:27 2024 -0400

    21224: fixed toggle display misclick bug 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 8a3c2da4c9..f52e28b427 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
@@ -83,7 +83,9 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     cardContent: {
         display: 'flex',
         flexDirection: 'column',
-        marginTop: '-1.75rem',
+        paddingTop: 0,
+        paddingBottom: '-1rem',
+        paddingLeft: '0.5rem',
     },
     nameSection: {
         display: 'flex',
@@ -115,8 +117,8 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         paddingLeft: '1rem',
     },
     tag: {
-        marginRight: '1rem',
-        marginTop: '1rem',
+        marginRight: '0.75rem',
+        marginBottom: '0.5rem',
     },
     description: {
         maxWidth: '95%',
@@ -284,6 +286,7 @@ const ProjectCard: React.FC<ProjectCardProps> = ({ classes, currentResource, fro
     const [showProperties, setShowProperties] = React.useState(false);
 
     const toggleDescription = () => {
+        console.log(showDescription, showProperties);
         setShowDescription(!showDescription);
     };
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list