From 648b0db5d0fedc67206c08625bfb42511b4ee23b Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Tue, 2 Apr 2024 15:51:42 -0400 Subject: [PATCH] 21508: Tweak io panel name column width Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- .../workbench2/src/views/process-panel/process-io-card.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/workbench2/src/views/process-panel/process-io-card.tsx b/services/workbench2/src/views/process-panel/process-io-card.tsx index c485d2d9d9..b0badd05cd 100644 --- a/services/workbench2/src/views/process-panel/process-io-card.tsx +++ b/services/workbench2/src/views/process-panel/process-io-card.tsx @@ -159,6 +159,9 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ overflow: "hidden", }, // Column width overrides + "& th:nth-of-type(1), & td:nth-of-type(1)": { + flexGrow: 0.7, + }, "& th:nth-last-of-type(1), & td:nth-last-of-type(1)": { flexGrow: 2, }, -- 2.30.2