From 65c383520b469cff375cc6531d0106b234f05dea Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Thu, 25 Jun 2026 20:49:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20adjust=20match=20type=20column?= =?UTF-8?q?=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/resource-policy/PolicyAccessRulesTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/resource-policy/PolicyAccessRulesTable.tsx b/src/components/resource-policy/PolicyAccessRulesTable.tsx index 2818f3652..e695f5f45 100644 --- a/src/components/resource-policy/PolicyAccessRulesTable.tsx +++ b/src/components/resource-policy/PolicyAccessRulesTable.tsx @@ -105,7 +105,7 @@ function getColumnClassName(columnId: string) { return "w-42 max-w-42"; } if (columnId === "match") { - return "w-36 max-w-36"; + return "w-42 max-w-42"; } return ""; } @@ -460,7 +460,7 @@ export function PolicyAccessRulesTable({ }) } > - +