Skip to content

Commit ed63678

Browse files
committed
Removed top/bottom margin horiz menu separator
Removed the top and bottom margin from the separator in the horizontal menu.
1 parent 8cb7efc commit ed63678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menus/css/menus-core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
.pure-menu-horizontal li.pure-menu-separator {
115115
height: 50%;
116116
width: 1px;
117-
margin: 2px 7px;
117+
margin: 0 7px;
118118
}
119119

120120
/* Submenus should be horizontal separator again */

0 commit comments

Comments
 (0)