forked from AkkomaGang/akkoma-fe
Merge branch 'chat-list-single-line-fix' into 'develop'
Fix single line status content mode in the chat list See merge request pleroma/pleroma-fe!1202
This commit is contained in:
commit
7bd6846703
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ $status-margin: 0.75em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
height: 1.4em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue