From 27d1a605af0d2dffa08fd5e819e1548a797e1d24 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 5 May 2020 17:31:35 -0400 Subject: [PATCH] revert spacing reduction from 4afbcb9 --- app/assets/stylesheets/mobile/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index 59bb253de26..54ec7a9677a 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -38,7 +38,8 @@ } .header-title { font-size: $font-0; - margin: 0 0 0.25em 0; + // the margin-bottom here is fragile, changing it can cause tag alignment issues + margin: 0 0 0.35em 0; .archetype-private_message & { // PMs might have participant avatars in the header margin: 0 0 0.15em 0;