16073: Reduce io preview table header padding
[arvados-workbench2.git] / 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',