From c8f72fafa8f310fd146f4c826d5c2db8232546b9 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 2 Oct 2017 09:04:05 +0200 Subject: [PATCH] Fix icon margin on toolbar buttons --- skins/elastic/styles/widgets/toolbar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/elastic/styles/widgets/toolbar.less b/skins/elastic/styles/widgets/toolbar.less index ab82bb79a..718bdf6ed 100644 --- a/skins/elastic/styles/widgets/toolbar.less +++ b/skins/elastic/styles/widgets/toolbar.less @@ -537,6 +537,7 @@ html.ie11 .toolbar .dropbutton a.dropdown:before { float: none; display: block; width: auto; + margin: 0; } }