16073: Reduce io preview table header padding
authorStephen Smith <stephen@curii.com>
Wed, 14 Sep 2022 23:09:47 +0000 (19:09 -0400)
committerStephen Smith <stephen@curii.com>
Wed, 14 Sep 2022 23:09:47 +0000 (19:09 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

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

index bbccb6449907b54c4896a03c7ac476c8f2084f23..1f5d6aa6607f02c751caa34135f807388a1d3083 100644 (file)
@@ -95,6 +95,10 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     tableRoot: {
         width: '100%',
+        '& thead th': {
+            verticalAlign: 'bottom',
+            paddingBottom: '10px',
+        }
     },
     paramValue: {
         display: 'flex',