Merge pull request #2084 from cryptpad/contact-page-overflow

Fix contact page name overflow
This commit is contained in:
yflory 2026-01-09 17:28:30 +01:00 committed by GitHub
commit 41007729f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;