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:
parent
cb4092fd20
commit
e9271d8eec
@ -71,6 +71,7 @@ const StyledMessageTypography = styled(Typography, {
|
||||
fontWeight: readAt ? 'normal' : 'bold',
|
||||
textDecoration: 'none',
|
||||
color: 'inherit',
|
||||
wordBreak: 'break-all',
|
||||
}));
|
||||
|
||||
const StyledTimeAgoTypography = styled(Typography)(({ theme }) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user