Bugfix, set width to max-width

This commit is contained in:
JC Brand 2013-03-27 19:50:13 +02:00
parent 102218b019
commit 8863eb8a86

View File

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