fix: add word break style to markdown content to prevent overflow

Signed-off-by: meganide <renashassan@hotmail.com>
This commit is contained in:
meganide
2025-11-26 14:26:31 +01:00
parent 9c64ee9776
commit 1733209b0d
@@ -96,6 +96,7 @@ const useStyles = makeStyles(
fontWeight: theme.typography.fontWeightBold,
},
markdownContent: {
wordBreak: 'break-word',
'& p': {
display: 'inline',
},