16073: Reduce process io card title / tab padding
authorStephen Smith <stephen@curii.com>
Tue, 18 Oct 2022 14:00:38 +0000 (10:00 -0400)
committerStephen Smith <stephen@curii.com>
Tue, 18 Oct 2022 14:00:38 +0000 (10:00 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

src/views/process-panel/process-io-card.tsx

index 40790e585dfaff441cdf56ca3951216b31dedc80..79a7799d07eb468b3f81fb2bb17bc7908a3d3556 100644 (file)
@@ -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,
         }