fix: add word break style to markdown content to prevent overflow
Signed-off-by: meganide <renashassan@hotmail.com>
This commit is contained in:
@@ -96,6 +96,7 @@ const useStyles = makeStyles(
|
||||
fontWeight: theme.typography.fontWeightBold,
|
||||
},
|
||||
markdownContent: {
|
||||
wordBreak: 'break-word',
|
||||
'& p': {
|
||||
display: 'inline',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user