From 31f8c0599df890210a40761d5c2586908f557882 Mon Sep 17 00:00:00 2001 From: Forgotten Date: Mon, 23 Feb 2026 15:51:52 -0600 Subject: [PATCH] fix: prevent project name wrapping in properties pane Add truncate with ellipsis to the project name in the properties pane so long names stay on one line instead of wrapping. Co-Authored-By: Claude Opus 4.6 --- ui/src/components/IssueProperties.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/IssueProperties.tsx b/ui/src/components/IssueProperties.tsx index ee40b1e6..efa0825e 100644 --- a/ui/src/components/IssueProperties.tsx +++ b/ui/src/components/IssueProperties.tsx @@ -25,7 +25,7 @@ function PropertyRow({ label, children }: { label: string; children: React.React return (
{label} -
{children}
+
{children}
); } @@ -151,14 +151,14 @@ export function IssueProperties({ issue, onUpdate }: IssuePropertiesProps) { { setProjectOpen(open); if (!open) setProjectSearch(""); }}> -