bug(front): The text seems to go out of screen when the result is too big, needed some tailwind

pull/525/head
Vaibhav91one 9 months ago
parent e0ada7fc48
commit 4ca906a518

@ -70,7 +70,7 @@ const ConversationBubble = forwardRef<
<img src={Alert} alt="alert" className="mr-2 inline" />
)}
<ReactMarkdown
className="whitespace-pre-wrap break-words"
className="max-w-screen-md whitespace-pre-wrap break-words"
components={{
code({ node, inline, className, children, ...props }) {
const match = /language-(\w+)/.exec(className || '');

Loading…
Cancel
Save