diff --git a/frontend/src/component/common/Table/cells/LinkCell/LinkCell.styles.ts b/frontend/src/component/common/Table/cells/LinkCell/LinkCell.styles.ts index 1b5c7bed3f..780a940180 100644 --- a/frontend/src/component/common/Table/cells/LinkCell/LinkCell.styles.ts +++ b/frontend/src/component/common/Table/cells/LinkCell/LinkCell.styles.ts @@ -43,4 +43,5 @@ export const StyledDescription = styled('span')(({ theme }) => ({ textOverflow: 'ellipsis', display: '-webkit-box', WebkitBoxOrient: 'vertical', + wordBreak: 'break-word', }));