From 515b28cc75486aae4684143a64d8f40929e5115e Mon Sep 17 00:00:00 2001 From: Dmitry Naumov-Socolov Date: Mon, 14 Nov 2016 07:04:29 -0500 Subject: [PATCH] WEB. Fixed error 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 a65a7215..deb2ac04 100644 --- a/web/css/styles.min.css +++ b/web/css/styles.min.css @@ -2351,7 +2351,7 @@ body.mobile .l-icon-shortcuts { color: #BE5ABF; font-weight: bold; display: inline-block; - height: 16px; + height: 17px; overflow: hidden; padding-top: 6px; width: 593px;