Change word-wrap from break-all to break-word

Signed-off-by: KaemonIsland <kaemonlovendahl@outlook.com>
This commit is contained in:
KaemonIsland
2022-03-08 13:52:36 -07:00
parent 3bc7465f71
commit 485bbdd541
@@ -66,7 +66,7 @@ const useStyles = makeStyles<BackstageTheme>(
},
title: {
color: theme.palette.bursts.fontColor,
wordBreak: 'break-all',
wordBreak: 'break-word',
fontSize: theme.typography.h3.fontSize,
marginBottom: 0,
},