Skip to content

Commit

Permalink
Merge pull request #1551 from BLSQ/POLIO-1621-fix-col-width
Browse files Browse the repository at this point in the history
POLIO-1621 Chronogram detail: make column "Activity" wider by default
  • Loading branch information
kemar committed Aug 13, 2024
2 parents 348f8cb + 8799765 commit 6bfda72
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 6bfda72

Please sign in to comment.