Skip to content

Commit

Permalink
fix(menu): right dropdown sub-menu not being vertical
Browse files Browse the repository at this point in the history
Fixes the issue where a right sub-menu dropdown of a menu would open up horizontally instead of vertically. This style was already added for the left menu, but was not for the right menu.

Closes #382
  • Loading branch information
douglasg14b authored and Sean committed Apr 8, 2019
1 parent 2bfe9a5 commit c571c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/collections/menu.less
Expand Up @@ -483,7 +483,7 @@ Floated Menu / Item
}
/* Right Floated */
.ui.menu:not(.vertical) .right.item,
.ui.menu:not(.vertical) .right.menu {
.ui.menu:not(.vertical) :not(.dropdown) > .right.menu {
display: flex;
margin-left: auto !important;
}
Expand Down

0 comments on commit c571c31

Please sign in to comment.