Browse Source

Fixes typo in selection dropdown, causing it to appear incorrectly

pull/725/head
jlukic 10 years ago
parent
commit
2d30e440f9
1 changed files with 1 additions and 1 deletions
  1. 2
      src/modules/dropdown.less

2
src/modules/dropdown.less

@ -381,7 +381,6 @@
.ui.selection.dropdown,
.ui.selection.dropdown .menu {
top: 100%;
-webkit-transition: box-shadow 0.2s ease-out;
-moz-transition: box-shadow 0.2s ease-out;
-o-transition: box-shadow 0.2s ease-out;
@ -390,6 +389,7 @@
}
.ui.selection.dropdown .menu {
top: 100%;
max-height: 312px;
overflow-x: hidden;

Loading…
Cancel
Save