From 2190a288e004e46cddac992fc799dc1ae37fd4f3 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 11 Jul 2017 02:34:29 +0500 Subject: [PATCH] PLT-7065 - Fixing alignment for heading (#6901) --- webapp/sass/responsive/_mobile.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index 1cfe2b37c0..8f44a883f3 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -870,16 +870,20 @@ .heading { font-size: 17px; font-weight: 400; - line-height: normal; + line-height: 50px; position: relative; - top: 14px; vertical-align: top; + + .ios & { + line-height: 48px; + } } .header-dropdown__icon { font-size: 12px; + line-height: 50px; margin-left: 5px; - top: 20px; + top: 0; vertical-align: top; } }