Browse Source

dropdown menu typo caused button dropdown menus to appear on wrong side, fixes #177

Former-commit-id: 7dad0fee9f
Former-commit-id: 9acffe52e6
pull/258/head
jlukic 11 years ago
parent
commit
2c84f383b9
1 changed files with 1 additions and 1 deletions
  1. 2
      src/modules/dropdown.less

2
src/modules/dropdown.less

@ -172,7 +172,7 @@
/* Opposite on last menu on right */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.button > .ui.dropdown:last-child .menu {
.ui.buttons > .ui.dropdown:last-child .menu {
left: auto;
right: 0px;
}

Loading…
Cancel
Save