From: Stephen Smith Date: Wed, 14 Sep 2022 23:09:47 +0000 (-0400) Subject: 16073: Reduce io preview table header padding X-Git-Tag: 2.5.0~31^2~44 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/14a44a526eb847da76be872892f15b6b2248bc26?ds=sidebyside 16073: Reduce io preview table header padding Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/src/views/process-panel/process-io-card.tsx b/src/views/process-panel/process-io-card.tsx index bbccb644..1f5d6aa6 100644 --- a/src/views/process-panel/process-io-card.tsx +++ b/src/views/process-panel/process-io-card.tsx @@ -95,6 +95,10 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, tableRoot: { width: '100%', + '& thead th': { + verticalAlign: 'bottom', + paddingBottom: '10px', + } }, paramValue: { display: 'flex',