mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix contact name
This commit is contained in:
parent
f43b0879cb
commit
d172fe285e
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user