From 5582176247c9a22e49e9440b8785a0516a9d03ef Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 5 May 2021 17:30:40 +0300 Subject: [PATCH] [common] fix icon in 'options' button --- apps/common/main/resources/less/buttons.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 0bfb71489..078f8ba5a 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -728,6 +728,12 @@ background-color: @highlight-button-pressed-ie; background-color: @highlight-button-pressed; } + + &.large { + min-width: 28px; + width: 28px; + height: 28px; + } } .btn-text-default {