mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 12:29:41 +02:00
add newlines for message content
This commit is contained in:
committed by
Chris Weaver
parent
e95bfa0e0b
commit
3854ca11af
@@ -798,7 +798,7 @@ export const HumanMessage = ({
|
|||||||
!isEditing &&
|
!isEditing &&
|
||||||
(!files || files.length === 0)
|
(!files || files.length === 0)
|
||||||
) && "ml-auto"
|
) && "ml-auto"
|
||||||
} relative max-w-[70%] mb-auto rounded-3xl bg-user px-5 py-2.5`}
|
} relative max-w-[70%] mb-auto whitespace-break-spaces rounded-3xl bg-user px-5 py-2.5`}
|
||||||
>
|
>
|
||||||
{content}
|
{content}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user