From a264c1f687a52ac881eca06e5da403bda9fe3463 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 15 Aug 2017 16:15:21 +0300 Subject: [PATCH] [DE] Fix bug with move-buttons in Insert Footnote button in the toolbar. --- apps/common/main/resources/less/buttons.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 6232d5feb..61d783629 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -129,6 +129,12 @@ min-width: 0; } + button.small .icon { + width: 20px; + height: 20px; + min-width: 0; + } + &.dropdown-toggle { .caption { max-width: 100px; @@ -172,6 +178,9 @@ .mx-button-otherstates-icon2(@icon-size); } + .btn.small { + .mx-button-otherstates-icon2(20px); + } } }