Handle long theme names

This commit is contained in:
schroda
2024-09-09 22:31:29 +02:00
parent e828e0f801
commit 418af05943
4 changed files with 17 additions and 8 deletions

View File

@@ -21,4 +21,5 @@ export const TypographyMaxLines = styled(Typography, {
WebkitBoxOrient: 'vertical',
overflow: 'hidden',
textOverflow: 'ellipsis',
overflowWrap: 'break-word',
})) as React.FC<TypographyProps & { lines?: number }>;