This commit is contained in:
Mathew Pareles 2025-01-08 02:58:27 -08:00
parent da247c6ed4
commit 3621bb63f4

View file

@ -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' : ''}
`}
>