From a5816046f37a88ece382538655db4fa2e832afba Mon Sep 17 00:00:00 2001 From: Cole Goldsmith Date: Fri, 19 Sep 2025 15:49:09 -0500 Subject: [PATCH] more table column styles --- frontend/src/app/knowledge/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,