[arvados] updated: 2.7.0-6065-g30b7f09d98

git repository hosting git at public.arvados.org
Mon Mar 25 18:26:05 UTC 2024


Summary of changes:
 .../src/components/multiselect-toolbar/MultiselectToolbar.tsx         | 4 +++-
 .../views-components/project-details-card/project-details-card.tsx    | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

       via  30b7f09d98b6dc565efc15b0355f336a6c57565c (commit)
      from  955f47b761f0eef825813d3db06618c04510b415 (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 30b7f09d98b6dc565efc15b0355f336a6c57565c
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Mon Mar 25 14:25:59 2024 -0400

    21224: css tweaks Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
index 51166ab4d7..a7364da26b 100644
--- a/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
+++ b/services/workbench2/src/components/multiselect-toolbar/MultiselectToolbar.tsx
@@ -47,6 +47,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         width: 0,
         height: '2.7rem',
         padding: 0,
+        marginBottom: '-0.5rem',
         transition: `width ${WIDTH_TRANSITION}ms`,
         overflow: 'hidden',
     },
@@ -55,6 +56,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         flexDirection: "row",
         height: '2.7rem',
         padding: 0,
+        marginBottom: '-0.5rem',
         overflow: 'hidden',
         transition: `width ${WIDTH_TRANSITION}ms`,
     },
@@ -128,7 +130,7 @@ export const MultiselectToolbar = connect(
             <React.Fragment>
                 <Toolbar
                     className={isTransitioning ? classes.transition: classes.root}
-                    style={{ width: `${(actions.length * 2.5) + 6}rem`}}
+                    style={{ width: `${(actions.length * 2.5) + 3}rem`}}
                     data-cy='multiselect-toolbar'
                     >
                     {actions.length ? (
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 6d1c0a9234..aad665682b 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
@@ -77,7 +77,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         justifyContent: 'space-between',
     },
     cardHeader: {
-        minWidth: '50rem',
+        minWidth: '40rem',
         padding: '0.2rem 0.4rem 0.1rem 1rem',
     },
     descriptionToggle: {
@@ -131,7 +131,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         marginTop: '1rem',
     },
     description: {
-        maxWidth: '90%',
+        maxWidth: '95%',
         marginTop: 0,
     },
 });

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list