diff --git a/resources/chatbox.scss b/resources/chatbox.scss index e27a0cc..b6550df 100644 --- a/resources/chatbox.scss +++ b/resources/chatbox.scss @@ -85,7 +85,8 @@ } #chat-online { margin: 0; - width: 30%; + min-width: 30%; + max-width: 30%; } #chat-area { flex-grow: 1;