fix(ui): add right alignment support for table columns using align prop
This commit is contained in:
@@ -78,6 +78,7 @@ const RolesPageClient = () => {
|
||||
label: '',
|
||||
sortable: false,
|
||||
noWrap: true,
|
||||
align: 'right',
|
||||
render: (role) => (
|
||||
<div className="flex items-center gap-2">
|
||||
<Button
|
||||
|
||||
@@ -74,6 +74,7 @@ const UsersPageClient = () => {
|
||||
label: '',
|
||||
sortable: false,
|
||||
noWrap: true,
|
||||
align: 'right',
|
||||
render: (user) => (
|
||||
<Button
|
||||
variant="secondary"
|
||||
|
||||
Reference in New Issue
Block a user