From b4aada0155727c5d1b3b6175e86678a76700ba4a Mon Sep 17 00:00:00 2001 From: JC Brand Date: Fri, 22 Mar 2013 13:22:27 +0200 Subject: [PATCH] Don't wrap contact names --- converse.css | 1 + 1 file changed, 1 insertion(+) diff --git a/converse.css b/converse.css index 8a0a39298..1ebbe8e15 100644 --- a/converse.css +++ b/converse.css @@ -369,6 +369,7 @@ form.search-xmpp-contact input { display: inline-block; width: 113px; overflow: hidden; + white-space: nowrap; text-overflow: ellipsis; }