Fix: conversation list user name overflow (#1912)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
Sivin Varghese 2021-03-15 18:38:37 +05:30 committed by GitHub
parent 36f086c5cb
commit 3fd398879e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -204,6 +204,10 @@ export default {
.conversation--details {
.conversation--user {
padding-top: var(--space-micro);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 60%;
}
.ion-earth {
font-size: var(--font-size-mini);