From 58b6fa3d98be8a73ed10348ee5f5ec10601312c7 Mon Sep 17 00:00:00 2001 From: nightwing Date: Thu, 25 Jan 2018 16:19:04 +0400 Subject: [PATCH] fix chatbox style --- plugins/c9.ide.collab/chat/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/c9.ide.collab/chat/chat.css b/plugins/c9.ide.collab/chat/chat.css index 0c0e015d..a9a626ee 100644 --- a/plugins/c9.ide.collab/chat/chat.css +++ b/plugins/c9.ide.collab/chat/chat.css @@ -29,6 +29,7 @@ font-size: @collab-chat-font-size; padding: 0 0 0 0; background: @collab-chat-background; + flex: 1; } .chatText p { padding: @collab-chat-item-padding;