From 7ec92813e308eff2d2fc607ffb15f8d2aa06a669 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 22 Jul 2017 16:09:51 +0930 Subject: [PATCH] Make dropdown menu icons a nicer fixed width --- less/lib/Dropdown.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/lib/Dropdown.less b/less/lib/Dropdown.less index 63d35a159..20edf5f6d 100755 --- a/less/lib/Dropdown.less +++ b/less/lib/Dropdown.less @@ -49,7 +49,8 @@ float: left; margin-left: -25px; margin-top: 2px; - .fa-fw(); + width: 16px; + text-align: center; } &.disabled {