Browse Source

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

j8
hristoterezov 8 years ago
parent
commit
b1f129a53a
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      css/_chat.scss

+ 4
- 0
css/_chat.scss View File

@@ -107,6 +107,10 @@
107 107
     float: left;
108 108
     padding-left: 5px;
109 109
     font-weight: bold;
110
+    white-space: nowrap;
111
+    text-overflow: ellipsis;
112
+    width: 95%;
113
+    overflow: hidden;
110 114
 }
111 115
 
112 116
 #chat_container .timestamp {

Loading…
Cancel
Save