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
|
// Render the markdown content
|
||||||
return (
|
return (
|
||||||
<div className={cn('markdown select-text', className)}>
|
<div className={cn('markdown break-words select-text', className)}>
|
||||||
<ReactMarkdown
|
<ReactMarkdown
|
||||||
remarkPlugins={remarkPlugins}
|
remarkPlugins={remarkPlugins}
|
||||||
rehypePlugins={rehypePlugins}
|
rehypePlugins={rehypePlugins}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user