Add ellipsis for long contact names

This commit is contained in:
Fedor Indutny 2024-02-26 16:58:07 -08:00 committed by GitHub
parent d5d932d5a3
commit 51069dd3e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 5 deletions

View file

@ -247,7 +247,9 @@ export function ContactModal({
toggleAboutContactModal(contact.id);
}}
>
<UserText text={contact.title} />
<div className="ContactModal__name__text">
<UserText text={contact.title} />
</div>
<i className="ContactModal__name__chevron" />
</button>
{!contact.isMe && (