mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-09 17:18:31 +00:00
💄 adjust match type column width
This commit is contained in:
parent
e54bd25516
commit
65c383520b
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue