소스 검색

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;