Add the single-line prop to StatusContent and use it for chat list items
This commit is contained in:
parent
fc865d3a12
commit
3b2dfcaf5c
6 changed files with 26 additions and 6 deletions
|
@ -40,6 +40,8 @@
|
|||
white-space: nowrap;
|
||||
display: inline;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.emoji {
|
||||
width: 14px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue