From e7ac4d0b04354b3b010b315e825f6ae8a004d935 Mon Sep 17 00:00:00 2001 From: Forgotten Date: Mon, 23 Feb 2026 20:16:17 -0600 Subject: [PATCH] fix(ui): prevent status badge pills from wrapping text Add whitespace-nowrap and shrink-0 to StatusBadge component so multi-word statuses like "in progress" stay on a single line. Co-Authored-By: Claude Opus 4.6 --- ui/src/components/StatusBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/StatusBadge.tsx b/ui/src/components/StatusBadge.tsx index 1fb15612..2d31e0db 100644 --- a/ui/src/components/StatusBadge.tsx +++ b/ui/src/components/StatusBadge.tsx @@ -5,7 +5,7 @@ export function StatusBadge({ status }: { status: string }) { return (