From 1670c44464b5f6ae177f5869643ba6525c23b017 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Tue, 16 Jan 2024 19:02:38 +0800 Subject: [PATCH] fix: fix column width --- src/components/connection/connection-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/connection/connection-table.tsx b/src/components/connection/connection-table.tsx index 03832f0a..4092ad21 100644 --- a/src/components/connection/connection-table.tsx +++ b/src/components/connection/connection-table.tsx @@ -53,7 +53,7 @@ export const ConnectionTable = (props: Props) => { }, { field: "chains", headerName: "Chains", flex: 360, minWidth: 360 }, { field: "rule", headerName: "Rule", flex: 300, minWidth: 250 }, - { field: "process", headerName: "Process", flex: 480, minWidth: 480 }, + { field: "process", headerName: "Process", flex: 240, minWidth: 120 }, { field: "time", headerName: "Time",