mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge pull request #2084 from cryptpad/contact-page-overflow
Fix contact page name overflow
This commit is contained in:
commit
41007729f3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user