fix(ui): add right alignment support for table columns using align prop

This commit is contained in:
2026-04-22 19:35:39 -04:00
parent 5f7288974f
commit 0fd01d2b68
3 changed files with 5 additions and 3 deletions
@@ -78,6 +78,7 @@ const RolesPageClient = () => {
label: '',
sortable: false,
noWrap: true,
align: 'right',
render: (role) => (
<div className="flex items-center gap-2">
<Button