From 2728074f41cc8023a026fb4aafdea91e3669016d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 26 Nov 2015 01:09:46 +0100 Subject: [PATCH] A little bit more robust. --- public/assets/chat/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/chat/chat.css b/public/assets/chat/chat.css index 8d14d78ea..104b61721 100644 --- a/public/assets/chat/chat.css +++ b/public/assets/chat/chat.css @@ -296,6 +296,7 @@ align-items: flex-start; border-top: 1px solid #ededed; padding: 0; + margin: 0; line-height: 1.4em; box-shadow: 0 1px rgba(0, 0, 0, 0.01), 0 -1px rgba(0, 0, 0, 0.02); position: relative;