Skip to content

Commit b70ce66

Browse files
committed
Fixed column widths
1 parent c096332 commit b70ce66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/site/src/app/admin/scores/Scores.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function Scores() {
171171
id: "index",
172172
header: "#",
173173
cell: (item) => item.rowIndex,
174-
width: 60,
174+
width: 40,
175175
},
176176
{
177177
id: "name",
@@ -187,6 +187,7 @@ function Scores() {
187187
id: "resume",
188188
header: "Resume",
189189
cell: ResumeModalButton,
190+
minWidth: 350,
190191
},
191192
{
192193
id: "avgScore",

0 commit comments

Comments
 (0)