Skip to content

Commit

Permalink
chore: Adjust the min width
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Sep 17, 2024
1 parent 6519d5f commit cd436e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const MitigationCandidates: FC<MitigationCandidatesProp> = ({
id: 'content',
header: 'Mitigation',
cell: (data) => data.content,
minWidth: 400,
sortingField: 'content',
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const MitigationPack: FC<MitigationPackProp> = ({
id: 'content',
header: 'Mitigation',
cell: (data) => data.content,
minWidth: 400,
sortingField: 'content',
},
{
Expand Down

0 comments on commit cd436e6

Please sign in to comment.