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({ }) } > - +