We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1976a0 commit b9e5cc9Copy full SHA for b9e5cc9
site/src/components/UsersTable/UsersTable.tsx
@@ -44,9 +44,9 @@ export const UsersTable: FC<React.PropsWithChildren<UsersTableProps>> = ({
44
<Table>
45
<TableHead>
46
<TableRow>
47
- <TableCell>{Language.usernameLabel}</TableCell>
48
- <TableCell>{Language.statusLabel}</TableCell>
49
- <TableCell>
+ <TableCell width="50%">{Language.usernameLabel}</TableCell>
+ <TableCell width="25%">{Language.statusLabel}</TableCell>
+ <TableCell width="25%">
50
<Stack direction="row" spacing={1} alignItems="center">
51
<span>{Language.rolesLabel}</span>
52
<UserRoleHelpTooltip />
0 commit comments