From 5f2dfcb94ea6658069f2bdc688099cf42e8a76d4 Mon Sep 17 00:00:00 2001 From: Dotta Date: Fri, 6 Mar 2026 14:30:02 -0600 Subject: [PATCH] fix(ui): prevent long issue titles from overflowing timestamp in inbox Add min-w-0 to the flex container so truncate works correctly on titles. Co-Authored-By: Claude Opus 4.6 --- ui/src/pages/Inbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Inbox.tsx b/ui/src/pages/Inbox.tsx index f3cefdd0..25d1da06 100644 --- a/ui/src/pages/Inbox.tsx +++ b/ui/src/pages/Inbox.tsx @@ -922,7 +922,7 @@ export function Inbox() {