From ce30c069eeb23cc93ab114cc90d91d8fc9b115a6 Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Thu, 8 Aug 2024 11:42:52 +0200 Subject: [PATCH] fix: playground env column spacing made bigger (#7806) --- .../AdvancedPlaygroundResultsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/playground/Playground/AdvancedPlaygroundResultsTable/AdvancedPlaygroundResultsTable.tsx b/frontend/src/component/playground/Playground/AdvancedPlaygroundResultsTable/AdvancedPlaygroundResultsTable.tsx index 9242e67f20..a297662f55 100644 --- a/frontend/src/component/playground/Playground/AdvancedPlaygroundResultsTable/AdvancedPlaygroundResultsTable.tsx +++ b/frontend/src/component/playground/Playground/AdvancedPlaygroundResultsTable/AdvancedPlaygroundResultsTable.tsx @@ -99,7 +99,7 @@ export const AdvancedPlaygroundResultsTable = ({ ...(input?.environments?.map((name: string) => { return { Header: loading ? () => '' : capitalizeFirst(name), - maxWidth: 140, + maxWidth: 150, id: `environments.${name}`, align: 'flex-start', Cell: ({ row }: any) => (