1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: wrap long words in toast text (#1119)

This commit is contained in:
olav 2022-06-27 13:39:50 +02:00 committed by GitHub
parent 68bfde58f7
commit 685e94bab7

View File

@ -28,6 +28,7 @@ export const useStyles = makeStyles()(theme => ({
},
textContainer: {
marginLeft: '1rem',
wordBreak: 'break-word',
},
headerStyles: {
fontWeight: 'normal',