ai-chatbot
ai-chatbot copied to clipboard
fix(ui): adjust user message bubble styling for multiline code and proper alignment
Summary
Fixes message bubble styling issue for user messages containing multi-line code or long text.
Changes
- Replaced
break-wordswithwhitespace-pre-wrapto correctly render line breaks. - Removed
text-rightto align multi-line code properly. - Kept
rounded-2xland padding for consistent bubble style.
Before
Long code blocks were right-aligned and displayed as a single line.
After
Code and text now preserve line breaks and align naturally.
@rickychen-infinirc is attempting to deploy a commit to the Vercel Team on Vercel.
A member of the Team first needs to authorize it.