瀏覽代碼

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 {

Loading…
取消
儲存