💄 adjust match type column width

This commit is contained in:
Fred KISSIE
2026-06-25 20:49:55 +02:00
parent e54bd25516
commit 65c383520b
@@ -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({
})
}
>
<SelectTrigger className="h-8 w-full min-w-0">
<SelectTrigger className="h-8 w-36 min-w-0">
<SelectValue />
</SelectTrigger>
<SelectContent>