Merge branch 'main' into migmc9-codex/optimize-askaidialog-display-format
This commit is contained in:
commit
b7cbd43e17
@ -1,7 +1,7 @@
|
||||
'use client'
|
||||
|
||||
export function ChatBubble({ message, type }: { message: string; type: 'user' | 'ai' }) {
|
||||
const base = 'px-4 py-2 rounded-lg max-w-full';
|
||||
const base = 'px-4 py-2 rounded-lg max-w-full whitespace-pre-wrap break-words';
|
||||
const userStyle = 'bg-indigo-600 text-white self-end';
|
||||
const aiStyle = 'bg-gray-200 text-gray-800';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user