summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-07-11 02:34:29 +0500
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-11 05:34:29 +0800
commit2190a288e004e46cddac992fc799dc1ae37fd4f3 (patch)
treece315052363b026910de971e49e7ac3c08542e51 /webapp/sass
parentf3acd34128a3553e3a8f7e2da85be470c73e326b (diff)
downloadchat-2190a288e004e46cddac992fc799dc1ae37fd4f3.tar.gz
chat-2190a288e004e46cddac992fc799dc1ae37fd4f3.tar.bz2
chat-2190a288e004e46cddac992fc799dc1ae37fd4f3.zip
PLT-7065 - Fixing alignment for heading (#6901)
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/responsive/_mobile.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 1cfe2b37c..8f44a883f 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;
}
}