Skip to content

Commit 4f8b2d2

Browse files
Expand role column to avoid text wrapping
1 parent 47615cd commit 4f8b2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/users/ListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const columns: Column<T>[] = [
183183
comparator: (a, b) => a.role.localeCompare(b.role),
184184
field: "role",
185185
sx: {
186-
width: "13%",
186+
width: "15%",
187187
},
188188
},
189189
{

0 commit comments

Comments
 (0)