Add ellipsis for long contact names
This commit is contained in:
parent
d5d932d5a3
commit
51069dd3e0
2 changed files with 14 additions and 5 deletions
|
@ -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 && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue