diff --git a/frontend/src/app/knowledge/page.tsx b/frontend/src/app/knowledge/page.tsx index b1d8acbc..ef54621c 100644 --- a/frontend/src/app/knowledge/page.tsx +++ b/frontend/src/app/knowledge/page.tsx @@ -149,6 +149,7 @@ function SearchPage() { { field: "avgScore", headerName: "Avg score", + initialFlex: 0.5, cellRenderer: ({ value }: CustomCellRendererProps) => { return ( @@ -169,9 +170,8 @@ function SearchPage() { }, colId: "actions", filter: false, - width: 60, - minWidth: 60, - maxWidth: 60, + minWidth: 0, + width: 40, resizable: false, sortable: false, initialFlex: 0,