From f43ea3d940a5c500b41277b4c181dd41f01887f2 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 8 Sep 2020 16:56:56 +1000 Subject: [PATCH] fix size of sent badge on message detail view --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index e252c7f6f..58ef21818 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1224,7 +1224,7 @@ } .module-message-detail__contact-container { - margin: 20px; + margin: 20px 0 20px 0; } .module-message-detail__contact {