mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-09 22:17:58 +02:00
💄 adjust match type column width
This commit is contained in:
@@ -105,7 +105,7 @@ function getColumnClassName(columnId: string) {
|
|||||||
return "w-42 max-w-42";
|
return "w-42 max-w-42";
|
||||||
}
|
}
|
||||||
if (columnId === "match") {
|
if (columnId === "match") {
|
||||||
return "w-36 max-w-36";
|
return "w-42 max-w-42";
|
||||||
}
|
}
|
||||||
return "";
|
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 />
|
<SelectValue />
|
||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
<SelectContent>
|
<SelectContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user