From d1faebc08d1c6880f506ff1e76b50bd83db24e25 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Thu, 31 Aug 2017 11:20:47 +0300 Subject: [PATCH] [Common] wrong button's layout in Firefox for mac on hdpi display --- apps/common/main/lib/component/Button.js | 2 +- apps/common/main/resources/less/buttons.less | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/Button.js b/apps/common/main/lib/component/Button.js index 97efcc3ff..eaf28386f 100644 --- a/apps/common/main/lib/component/Button.js +++ b/apps/common/main/lib/component/Button.js @@ -160,8 +160,8 @@ define([ '' + '' + '' + diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 61d783629..90545b262 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -155,6 +155,9 @@ } .btn-fixflex-vcenter { + display: flex; + align-items: center; + .caret { vertical-align: inherit; }