From f835d6525cc3825c36414ff1995f33e79973c19c Mon Sep 17 00:00:00 2001 From: kwasniew Date: Thu, 23 Oct 2025 08:24:06 +0200 Subject: [PATCH] fix: long descriptions --- .../src/component/common/Table/cells/LinkCell/LinkCell.styles.ts | 1 + 1 file changed, 1 insertion(+) 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', }));