From 453993247049f943c9c6b8e85a8e6032ae3070d3 Mon Sep 17 00:00:00 2001 From: Dmitry Naumov-Socolov Date: Mon, 14 Nov 2016 07:01:11 -0500 Subject: [PATCH] WEB. Fixed notification area height issue --- web/css/styles.min.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/css/styles.min.css b/web/css/styles.min.css index 28d8e59a..a65a7215 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -2361,7 +2361,7 @@ body.mobile .l-icon-shortcuts { color: #9fbf0c; font-weight: bold; display: inline-block; - height: 16px; + height: 17px; overflow: hidden; padding-top: 6px; max-width: 600px;