From 112635fd950185709a2119ebed00a609f1f34f61 Mon Sep 17 00:00:00 2001 From: jlukic Date: Sat, 19 Oct 2013 18:42:55 -0400 Subject: [PATCH] Fixes #268 icon spacing issue --- src/modules/dropdown.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/modules/dropdown.less b/src/modules/dropdown.less index 5c35eaefc..a3049b306 100755 --- a/src/modules/dropdown.less +++ b/src/modules/dropdown.less @@ -88,14 +88,14 @@ ---------------*/ .ui.dropdown > .dropdown.icon { + float: right; width: auto; - margin: 0em 0em 0em 0.5em; + margin: 0em 0em 0em 1em; } .ui.dropdown > .dropdown.icon:before { content: "\f0d7"; } - .ui.dropdown .menu .item .dropdown.icon { width: auto; float: right; @@ -320,8 +320,6 @@ display: none; } .ui.selection.dropdown > .dropdown.icon { - float: right; - opacity: 0.7; margin: 0.2em 0em 0.2em 1.25em;