fix/content overflow when long text without space (#5142)

This commit is contained in:
Faisal Amir 2025-05-29 23:46:09 +07:00 committed by GitHub
parent 2b7b9c2dc6
commit e9c9205544
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}