Explicitly set chatbox width

This commit is contained in:
JC Brand 2013-08-24 21:36:07 +02:00
parent 5ba42a5283
commit 75ea03875a

View File

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