From 8863eb8a86efaa5cfbd083419877e70d2572ad5c Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 27 Mar 2013 19:50:13 +0200 Subject: [PATCH] Bugfix, set width to max-width --- converse.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converse.css b/converse.css index 23e353d34..8490ec52e 100644 --- a/converse.css +++ b/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;