refactor: Make user columns consistent (#3834)

This commit is contained in:
Bruno Quaresma
2022-09-02 13:03:36 -03:00
committed by GitHub
parent f1976a086f
commit b9e5cc97a1
@@ -44,9 +44,9 @@ export const UsersTable: FC<React.PropsWithChildren<UsersTableProps>> = ({
<Table>
<TableHead>
<TableRow>
<TableCell>{Language.usernameLabel}</TableCell>
<TableCell>{Language.statusLabel}</TableCell>
<TableCell>
<TableCell width="50%">{Language.usernameLabel}</TableCell>
<TableCell width="25%">{Language.statusLabel}</TableCell>
<TableCell width="25%">
<Stack direction="row" spacing={1} alignItems="center">
<span>{Language.rolesLabel}</span>
<UserRoleHelpTooltip />