From fd0eef4c849874bd2d9e9dbe8b98b0dce78f95d0 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Fri, 12 Apr 2019 13:54:28 -0700 Subject: [PATCH] fix(chat): change margins to avoid different background color --- css/_chat.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/_chat.scss b/css/_chat.scss index f6779cf09..c2aa61e6c 100644 --- a/css/_chat.scss +++ b/css/_chat.scss @@ -120,7 +120,6 @@ .usrmsg-form { flex: 1; - margin-left: 5px; } #usermsg { @@ -131,7 +130,7 @@ color: white; font-size: 10pt; line-height: 30px; - padding: 5px 5px 5px 0px; + padding: 5px; max-height:150px; min-height:35px; overflow-y: auto;