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) => (