From: Stephen Smith Date: Tue, 18 Oct 2022 14:00:38 +0000 (-0400) Subject: 16073: Reduce process io card title / tab padding X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/e4db3c32b3bc4590ce43357739d95b6d2784f9f9?ds=sidebyside 16073: Reduce process io card title / tab padding Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/src/views/process-panel/process-io-card.tsx b/src/views/process-panel/process-io-card.tsx index 40790e585d..79a7799d07 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 = (theme: ArvadosTheme) => ({ }, header: { paddingTop: theme.spacing.unit, - paddingBottom: theme.spacing.unit, + paddingBottom: 0, }, iconHeader: { fontSize: '1.875rem', @@ -108,7 +108,7 @@ const styles: StyleRulesCallback = (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, }