1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00

fix: long descriptions

This commit is contained in:
kwasniew 2025-10-23 08:24:06 +02:00
parent 09fcbe3d49
commit f835d6525c
No known key found for this signature in database
GPG Key ID: 43A7CBC24C119560

View File

@ -43,4 +43,5 @@ export const StyledDescription = styled('span')(({ theme }) => ({
textOverflow: 'ellipsis', textOverflow: 'ellipsis',
display: '-webkit-box', display: '-webkit-box',
WebkitBoxOrient: 'vertical', WebkitBoxOrient: 'vertical',
wordBreak: 'break-word',
})); }));