diff --git a/src/frontend/src/components/dataOutputComponent/index.tsx b/src/frontend/src/components/dataOutputComponent/index.tsx index a670a40e7..d9af5ac05 100644 --- a/src/frontend/src/components/dataOutputComponent/index.tsx +++ b/src/frontend/src/components/dataOutputComponent/index.tsx @@ -20,16 +20,11 @@ function DataOutputComponent({ const columnDefs = columns.map((col, idx) => ({ ...col, resizable: true, - maxWidth: 400, + initialWidth: 150, })) as (ColDef | ColGroupDef)[]; return (