fix(Chat): Display long nicknames with ...
This commit is contained in:
parent
a6a7e81a0f
commit
b1f129a53a
|
@ -107,6 +107,10 @@
|
||||||
float: left;
|
float: left;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
width: 95%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat_container .timestamp {
|
#chat_container .timestamp {
|
||||||
|
|
Loading…
Reference in New Issue