Skip to content

Commit

Permalink
add maxwidth to projects column
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed May 27, 2024
1 parent a4397d5 commit d10f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/config/admin/ShowUsersRow.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<td>{user.username}</td>
<td>{user.name}</td>
<td>{user.projects}</td>
<td style="max-width: 200px;">{user.projects}</td>
<td>{user.email}</td>
<td><code>{user?.roles ? user.roles.join(", ") : "No Roles"}</code></td>
<td>
Expand Down

0 comments on commit d10f3e3

Please sign in to comment.