We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3891db5 + 77f8c49 commit d910662Copy full SHA for d910662
1 file changed
ui/src/components/chat-v2/MessageRowV2.tsx
@@ -272,7 +272,7 @@ function MessageRowV2({
272
</div>
273
) : null}
274
{formattedContent ? (
275
- <Markdown className="min-w-0 break-words [overflow-wrap:anywhere]" projectName={selectedProject?.name}>{formattedContent}</Markdown>
+ <Markdown className="prose prose-sm prose-neutral max-w-none dark:prose-invert prose-p:my-1 prose-ol:my-1 prose-ul:my-1 prose-li:my-0 min-w-0 break-words [overflow-wrap:anywhere]" projectName={selectedProject?.name}>{formattedContent}</Markdown>
276
277
</>
278
)}
0 commit comments