[arvados-workbench2] updated: 2.4.0-237-ge4db3c32

git repository hosting git at public.arvados.org
Tue Oct 18 14:01:00 UTC 2022


Summary of changes:
 src/views/process-panel/process-io-card.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  e4db3c32b3bc4590ce43357739d95b6d2784f9f9 (commit)
      from  299c20e6816fef465dd1a29ec4787ba7763a9285 (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 e4db3c32b3bc4590ce43357739d95b6d2784f9f9
Author: Stephen Smith <stephen at curii.com>
Date:   Tue Oct 18 10:00:38 2022 -0400

    16073: Reduce process io card title / tab padding
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/src/views/process-panel/process-io-card.tsx b/src/views/process-panel/process-io-card.tsx
index 40790e58..79a7799d 100644
--- a/src/views/process-panel/process-io-card.tsx
+++ b/src/views/process-panel/process-io-card.tsx
@@ -95,7 +95,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     header: {
         paddingTop: theme.spacing.unit,
-        paddingBottom: theme.spacing.unit,
+        paddingBottom: 0,
     },
     iconHeader: {
         fontSize: '1.875rem',
@@ -108,7 +108,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     content: {
         height: `calc(100% - ${theme.spacing.unit * 7}px - ${theme.spacing.unit * 1.5}px)`,
         padding: theme.spacing.unit * 1.0,
-        paddingTop: theme.spacing.unit * 0.5,
+        paddingTop: 0,
         '&:last-child': {
             paddingBottom: theme.spacing.unit * 1,
         }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list