Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mthcht authored Feb 6, 2024
1 parent de22cb5 commit 393c1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
return { ...column, width: 200 }; // Custom width for this specific column
}
if (column.data === 'metadata_keyword_type') {
return { ...column, width: 140 }; // Custom width for this specific column
return { ...column, width: 150 }; // Custom width for this specific column
}
if (column.data === 'metadata_description') {
return { ...column, width: 200 }; // Custom width for this specific column
Expand Down

0 comments on commit 393c1c6

Please sign in to comment.