fix name overflow #2073

This commit is contained in:
daria 2025-10-28 12:20:02 +02:00
parent 2bafc1f92e
commit 2be67f2851
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -109,6 +109,8 @@
min-width: 0;
.cp-app-contacts-name {
white-space: nowrap;
overflow:hidden;
text-overflow: ellipsis;
}
.cp-app-contacts-icons {
text-align: right;