Skip to content

Commit

Permalink
fix: col width for exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-hashimoto committed Dec 3, 2024
1 parent dca4108 commit 9abdf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/FuelExports/_schema.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export const fuelExportColDefs = (optionsData, errors) => [
}
return true
},
minWidth: 260
minWidth: 400
},
{
field: 'provisionOfTheAct',
Expand Down

0 comments on commit 9abdf7d

Please sign in to comment.