diff --git a/packages/threat-composer/src/components/threats/MitigationCandidates/index.tsx b/packages/threat-composer/src/components/threats/MitigationCandidates/index.tsx index e6af23b..c412336 100644 --- a/packages/threat-composer/src/components/threats/MitigationCandidates/index.tsx +++ b/packages/threat-composer/src/components/threats/MitigationCandidates/index.tsx @@ -85,6 +85,7 @@ const MitigationCandidates: FC = ({ id: 'content', header: 'Mitigation', cell: (data) => data.content, + minWidth: 400, sortingField: 'content', }, { diff --git a/packages/threat-composer/src/components/workspaces/MitigationPack/index.tsx b/packages/threat-composer/src/components/workspaces/MitigationPack/index.tsx index 0ceba1d..9afa8a5 100644 --- a/packages/threat-composer/src/components/workspaces/MitigationPack/index.tsx +++ b/packages/threat-composer/src/components/workspaces/MitigationPack/index.tsx @@ -62,6 +62,7 @@ const MitigationPack: FC = ({ id: 'content', header: 'Mitigation', cell: (data) => data.content, + minWidth: 400, sortingField: 'content', }, {