Browse Source

Bugfix, set width to max-width

JC Brand 12 năm trước cách đây
mục cha
commit
8863eb8a86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;