diff --git a/studio/frontend/src/components/app-sidebar.tsx b/studio/frontend/src/components/app-sidebar.tsx index aac5f8f8a8..ebb06f4fcb 100644 --- a/studio/frontend/src/components/app-sidebar.tsx +++ b/studio/frontend/src/components/app-sidebar.tsx @@ -533,6 +533,11 @@ export function AppSidebar() { data-thread-type={item.type} data-thread-id={item.id} isActive={activeThreadId === item.id} + // Expose full title via native tooltip + aria-label so + // long thread titles aren't lost to CSS truncation + // (the inner span uses `truncate` with no title attr). + title={item.title} + aria-label={item.title} className="sidebar-nav-btn h-[32px] rounded-[10px] pl-2.5 pr-2.5 group-hover/recent-item:pr-10 group-has-[.sidebar-row-action[data-state=open]]/recent-item:pr-10 text-[14.5px] leading-[19px] tracking-nav font-medium" onClick={() => { navigate({