Skip to content

Commit

Permalink
Chronogram: set description column width explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
kemar committed Aug 13, 2024
1 parent 2843a40 commit 8799765
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const useChronogramDetailsTableColumn = (
id: 'description',
accessor: row => row.description || row.description_en,
sortable: false,
width: 800,
},
{
Header: formatMessage(MESSAGES.labelStartOffsetInDays),
Expand Down

0 comments on commit 8799765

Please sign in to comment.