Browse Source

Explicitly set chatbox width

JC Brand 12 years ago
parent
commit
7fcec77651
1 changed files with 4 additions and 0 deletions
  1. 4 0
      converse.css

+ 4 - 0
converse.css

@@ -592,6 +592,10 @@ dd.available-chatroom:hover a.room-info {
     border-radius: 4px;
 }
 
+.chatbox {
+    width: 200px;
+}
+
 .chatroom {
     width: 300px;
 }