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:
parent
68bfde58f7
commit
685e94bab7
@ -28,6 +28,7 @@ export const useStyles = makeStyles()(theme => ({
|
|||||||
},
|
},
|
||||||
textContainer: {
|
textContainer: {
|
||||||
marginLeft: '1rem',
|
marginLeft: '1rem',
|
||||||
|
wordBreak: 'break-word',
|
||||||
},
|
},
|
||||||
headerStyles: {
|
headerStyles: {
|
||||||
fontWeight: 'normal',
|
fontWeight: 'normal',
|
||||||
|
Loading…
Reference in New Issue
Block a user