1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: notifcations word break (#3403)

This commit is contained in:
Jaanus Sellin 2023-03-28 13:27:47 +03:00 committed by GitHub
parent cb4092fd20
commit e9271d8eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -71,6 +71,7 @@ const StyledMessageTypography = styled(Typography, {
fontWeight: readAt ? 'normal' : 'bold', fontWeight: readAt ? 'normal' : 'bold',
textDecoration: 'none', textDecoration: 'none',
color: 'inherit', color: 'inherit',
wordBreak: 'break-all',
})); }));
const StyledTimeAgoTypography = styled(Typography)(({ theme }) => ({ const StyledTimeAgoTypography = styled(Typography)(({ theme }) => ({