From a01d510249aabd8d7fb704ea97396dba3b979771 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 8 Oct 2013 09:09:17 +0200 Subject: [PATCH] Proper truncating (with ellipsis) of chatroom names --- converse.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/converse.css b/converse.css index 6965b635c..63b7a92fd 100644 --- a/converse.css +++ b/converse.css @@ -482,12 +482,16 @@ margin-top: 0.5em; } -#chatpanel #available-chatrooms dd { +#chatpanel dd.available-chatroom { overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; - width: 165px; + width: 175px; +} + +#chatpanel dd.available-chatroom a.open-room { + width: 148px; } #chatpanel #available-chatrooms dt,