mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 02:55:42 +05:00
fix name overflow #2073
This commit is contained in:
parent
2bafc1f92e
commit
2be67f2851
@ -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