19045: Improves padding on several places.
[arvados-workbench2.git] / src / views / process-panel / process-details-card.tsx
index 21563c16aa01ecdbb735d922b0a5f9feab46f99d..da6438a1b83fab34d76e096b8a18a93ddfc0d274 100644 (file)
@@ -41,8 +41,10 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         paddingTop: theme.spacing.unit * 0.5
     },
     content: {
+        padding: theme.spacing.unit * 1.0,
+        paddingTop: theme.spacing.unit * 0.5,
         '&:last-child': {
-            paddingBottom: theme.spacing.unit * 2,
+            paddingBottom: theme.spacing.unit * 1,
         }
     },
     title: {