From eda127a2b2072afaeaade9eb7e84e5ab4ddfa845 Mon Sep 17 00:00:00 2001 From: dotta Date: Mon, 6 Apr 2026 08:18:18 -0500 Subject: [PATCH] fix(ui): wrap workspace paths and always show copy icon in properties sidebar Long branch/folder paths now wrap with break-all instead of truncating and overflowing. Copy icon is always visible instead of hover-only, since the sidebar is narrow and hover-reveal was hiding it behind overflow. Co-Authored-By: Paperclip --- ui/src/components/IssueProperties.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/components/IssueProperties.tsx b/ui/src/components/IssueProperties.tsx index 3dfe0541..6c204eab 100644 --- a/ui/src/components/IssueProperties.tsx +++ b/ui/src/components/IssueProperties.tsx @@ -35,14 +35,14 @@ function TruncatedCopyable({ value, icon: Icon }: { value: string; icon: React.C }, [value]); return ( -
- - +
+ + {value}