Handle long theme names
This commit is contained in:
@@ -21,4 +21,5 @@ export const TypographyMaxLines = styled(Typography, {
|
||||
WebkitBoxOrient: 'vertical',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
overflowWrap: 'break-word',
|
||||
})) as React.FC<TypographyProps & { lines?: number }>;
|
||||
|
||||
Reference in New Issue
Block a user