Skip to content

Commit

Permalink
Fix cell size
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloamorimbr committed Jan 16, 2025
1 parent b9da8ab commit 9246a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/account/organization/MembersRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function MembersRoute() {
{
key: 'role',
label: t('Role'),
size: 120,
size: 140,
cellFormatter: (member: OrganizationMember) => {
if (
member.role === OrganizationUserRole.owner ||
Expand Down

0 comments on commit 9246a21

Please sign in to comment.