DevUI: Prevent line breaks within words in the agent view (#2024)

Co-authored-by: Victor Dibia <chuvidi2003@gmail.com>
This commit is contained in:
Jeff Handley
2025-11-09 17:16:24 -08:00
committed by GitHub
Unverified
parent c394f3f52b
commit 0e7183dbd8
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -119,7 +119,7 @@ function ConversationItemBubble({ item }: ConversationItemBubbleProps) {
>
<div className="relative group">
<div
className={`rounded px-3 py-2 text-sm break-all ${
className={`rounded px-3 py-2 text-sm ${
isUser
? "bg-primary text-primary-foreground"
: isError