浏览代码

Bugfix, set width to max-width

JC Brand 12 年之前
父节点
当前提交
8863eb8a86
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      converse.css

+ 1 - 1
converse.css

@@ -148,7 +148,7 @@ input.new-chatroom-name {
     font-weight: bold;
     color: #F62817;
     white-space: nowrap;
-    width: 100px;
+    max-width: 100px;
     text-overflow: ellipsis;
     overflow: hidden;
     display: inline-block;