fix/content overflow when long text without space (#5142)
This commit is contained in:
parent
2b7b9c2dc6
commit
e9c9205544
@ -166,7 +166,7 @@ function RenderMarkdownComponent({
|
||||
|
||||
// Render the markdown content
|
||||
return (
|
||||
<div className={cn('markdown select-text', className)}>
|
||||
<div className={cn('markdown break-words select-text', className)}>
|
||||
<ReactMarkdown
|
||||
remarkPlugins={remarkPlugins}
|
||||
rehypePlugins={rehypePlugins}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user