21508: Normalize io panel row height
authorStephen Smith <stephen@curii.com>
Mon, 25 Mar 2024 15:46:52 +0000 (11:46 -0400)
committerStephen Smith <stephen@curii.com>
Mon, 25 Mar 2024 15:46:52 +0000 (11:46 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

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

index 5716340edc157342f97fd7534da09757d966faf0..3861e565f142ade1eaaabebe30402c15a6d7cad6 100644 (file)
@@ -141,6 +141,9 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         display: "flex",
         alignItems: "flex-start",
         flexDirection: "column",
+        '& pre': {
+            margin: 0,
+        },
     },
     keepLink: {
         color: theme.palette.primary.main,
@@ -211,7 +214,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         minWidth: "120px",
     },
     primaryRow: {
-        height: "24px",
+        height: "26px",
         "& td": {
             paddingTop: "2px",
             paddingBottom: "2px",