mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
wrap
This commit is contained in:
parent
da247c6ed4
commit
3621bb63f4
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ const ChatBubble = ({ chatMessage, isLoading }: {
|
|||
<div
|
||||
// style chatbubble according to role
|
||||
className={`
|
||||
p-2 text-left space-y-2 rounded-lg
|
||||
p-2 text-left space-y-2 rounded-lg break-all
|
||||
${role === 'user' ? 'bg-vscode-input-bg text-vscode-input-fg' : ''}
|
||||
`}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue