diff --git a/web/navigation-panels/chat-thread-ancestors.css b/web/navigation-panels/chat-thread-ancestors.css --- a/web/navigation-panels/chat-thread-ancestors.css +++ b/web/navigation-panels/chat-thread-ancestors.css @@ -11,6 +11,8 @@ font-size: var(--l-font-18); font-weight: var(--semi-bold); white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } .ancestorThreadsContainer {