Skip to content

Commit

Permalink
#3604 - fixes issue with right menu / item including margin when stacked
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Feb 19, 2016
1 parent f10577c commit c46c170
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/definitions/collections/menu.less
Expand Up @@ -1232,6 +1232,15 @@ Floated Menu / Item
background: @verticalDividerBackground;
height: 1px;
}

.ui.stackable.menu .left.menu,
.ui.stackable.menu .left.item {
margin-right: 0 !important;
}
.ui.stackable.menu .right.menu,
.ui.stackable.menu .right.item {
margin-left: 0 !important;
}
}

/*--------------
Expand Down

0 comments on commit c46c170

Please sign in to comment.