fix contact name

This commit is contained in:
daria 2026-02-27 09:53:51 +02:00
parent f43b0879cb
commit d172fe285e
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -293,6 +293,13 @@
.cp-app-contacts-right-col {
flex: 1 1 auto;
text-align: center;
min-width: 0;
overflow: hidden;
.cp-app-contacts-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.cp-app-contacts-remove-history {
.hover;