Skip to content

Commit

Permalink
Increase width on pbCLass.name+setSize column
Browse files Browse the repository at this point in the history
  • Loading branch information
big213 committed Mar 28, 2021
1 parent 750a5c7 commit ab20f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/models/personalBest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export const PersonalBest = <RecordInfo<'personalBest'>>{
{
field: 'pbClass.name+setSize',
sortable: true,
width: '100px',
width: '150px',
},
{
field:
Expand Down

0 comments on commit ab20f0d

Please sign in to comment.