(fix:markdown) no overflowing words

This commit is contained in:
ManishMadan2882
2024-11-29 03:32:36 +05:30
parent 55ecda902d
commit 6953c3dbe4

View File

@@ -310,7 +310,7 @@ const ConversationBubble = forwardRef<
}`}
>
<ReactMarkdown
className="fade-in whitespace-pre-wrap break-normal leading-normal"
className="fade-in whitespace-pre-wrap break-words leading-normal"
remarkPlugins={[remarkGfm, remarkMath]}
rehypePlugins={[rehypeKatex]}
components={{