Fix: conversation list user name overflow (#1912)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
parent
36f086c5cb
commit
3fd398879e
@ -204,6 +204,10 @@ export default {
|
|||||||
.conversation--details {
|
.conversation--details {
|
||||||
.conversation--user {
|
.conversation--user {
|
||||||
padding-top: var(--space-micro);
|
padding-top: var(--space-micro);
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 60%;
|
||||||
}
|
}
|
||||||
.ion-earth {
|
.ion-earth {
|
||||||
font-size: var(--font-size-mini);
|
font-size: var(--font-size-mini);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user