Commit 8863eb8a authored by JC Brand's avatar JC Brand

Bugfix, set width to max-width

parent 102218b0
...@@ -148,7 +148,7 @@ input.new-chatroom-name { ...@@ -148,7 +148,7 @@ input.new-chatroom-name {
font-weight: bold; font-weight: bold;
color: #F62817; color: #F62817;
white-space: nowrap; white-space: nowrap;
width: 100px; max-width: 100px;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
display: inline-block; display: inline-block;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment