From 4870389321e05e6ca9a5104028351a4113f75059 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sat, 24 Aug 2013 17:13:33 +0200 Subject: [PATCH] Fix width --- converse.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converse.css b/converse.css index 43fda2ea2..7b57c53ee 100644 --- a/converse.css +++ b/converse.css @@ -151,7 +151,7 @@ ul.participant-list li.moderator { font-size: 13px; color: rgb(79, 79, 79); height:193px; - width: 199px; + width: 190px; overflow-y:auto; border: 0; background-color: #ffffff;