浏览代码

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

j8
hristoterezov 8 年前
父节点
当前提交
b1f129a53a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      css/_chat.scss

+ 4
- 0
css/_chat.scss 查看文件

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

正在加载...
取消
保存