Skip to content

Commit

Permalink
[web] Add ellipsis on longer thread names
Browse files Browse the repository at this point in the history
Summary:
This diff adds ellipsis to longer thread names

Before:
{F2974406}

After:
{F2974409}

Test Plan:
1. Create a community with a longer name
2. Verify that the ellipsis is added when thread name doesn't fit in browser window

Reviewers: inka, kamil

Reviewed By: kamil

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D13706
  • Loading branch information
graszka22 committed Oct 16, 2024
1 parent f7f7f53 commit 7748005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/navigation-panels/chat-thread-ancestors.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
font-size: var(--l-font-18);
font-weight: var(--semi-bold);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.ancestorThreadsContainer {
Expand Down

0 comments on commit 7748005

Please sign in to comment.