fix(Chat): Display long nicknames with ...

This commit is contained in:
hristoterezov 2016-11-01 16:41:58 -05:00
parent a6a7e81a0f
commit b1f129a53a
1 changed files with 4 additions and 0 deletions

View File

@ -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 {