diff --git a/resources/chatbox.scss b/resources/chatbox.scss index b6550df..2e47cf6 100644 --- a/resources/chatbox.scss +++ b/resources/chatbox.scss @@ -90,6 +90,8 @@ } #chat-area { flex-grow: 1; + min-width: 70%; + max-width: 70%; } } #chat-input, #chat-log .content-message {