Skip to content

Commit

Permalink
#4506 fix subtle overlap of leftward menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 11, 2017
1 parent 56865fd commit f584e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,7 @@ select.ui.dropdown {
.ui.dropdown .menu .left.menu {
left: auto;
right: 100%;
margin: @leftSubMenuMargin !important;
border-radius: @leftSubMenuBorderRadius !important;
}

Expand Down
1 change: 1 addition & 0 deletions src/themes/default/modules/dropdown.variables
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@

/* Left */
@leftSubMenuBorderRadius: @borderRadius;
@leftSubMenuMargin: 0em @subMenuDistanceAway 0em 0em;

/* Simple */
@simpleTransitionDuration: @defaultDuration;
Expand Down

0 comments on commit f584e12

Please sign in to comment.