Browse Source

Fixes #268 icon spacing issue

pull/2229/head
jlukic 11 years ago
parent
commit
112635fd95
1 changed files with 2 additions and 4 deletions
  1. 6
      src/modules/dropdown.less

6
src/modules/dropdown.less

@ -88,14 +88,14 @@
---------------*/ ---------------*/
.ui.dropdown > .dropdown.icon { .ui.dropdown > .dropdown.icon {
float: right;
width: auto; width: auto;
margin: 0em 0em 0em 0.5em;
margin: 0em 0em 0em 1em;
} }
.ui.dropdown > .dropdown.icon:before { .ui.dropdown > .dropdown.icon:before {
content: "\f0d7"; content: "\f0d7";
} }
.ui.dropdown .menu .item .dropdown.icon { .ui.dropdown .menu .item .dropdown.icon {
width: auto; width: auto;
float: right; float: right;
@ -320,8 +320,6 @@
display: none; display: none;
} }
.ui.selection.dropdown > .dropdown.icon { .ui.selection.dropdown > .dropdown.icon {
float: right;
opacity: 0.7; opacity: 0.7;
margin: 0.2em 0em 0.2em 1.25em; margin: 0.2em 0em 0.2em 1.25em;

Loading…
Cancel
Save