Skip to content

Commit

Permalink
Fix secondary pointing menu vertical margin
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jun 22, 2015
1 parent 4209cc2 commit 4e41405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/definitions/collections/menu.less
Expand Up @@ -848,7 +848,8 @@ Floated Menu / Item
-----------------------*/

.ui.secondary.pointing.menu {
margin: 0em;
margin-left: 0em;
margin-right: 0em;
border-bottom: @secondaryPointingBorderWidth solid @secondaryPointingBorderColor;
}

Expand Down

0 comments on commit 4e41405

Please sign in to comment.