21508: Tweak io panel name column width
authorStephen Smith <stephen@curii.com>
Tue, 2 Apr 2024 19:51:42 +0000 (15:51 -0400)
committerStephen Smith <stephen@curii.com>
Tue, 2 Apr 2024 19:51:42 +0000 (15:51 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

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

index c485d2d9d962bc9169ceae022d59a34fd27916dd..b0badd05cd3c7e1286e29f27b615f5afe2bfe17a 100644 (file)
@@ -159,6 +159,9 @@ const styles: StyleRulesCallback<CssRules> = (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,
             },