mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 03:48:14 +02:00
add newlines for message content
This commit is contained in:
parent
e95bfa0e0b
commit
3854ca11af
@ -798,7 +798,7 @@ export const HumanMessage = ({
|
||||
!isEditing &&
|
||||
(!files || files.length === 0)
|
||||
) && "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}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user