Skip to content

Commit 25524d7

Browse files
Fixed alignment problem for menu items without dropdown in simple menu
1 parent b6fc427 commit 25524d7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Presentation/SmartStore.Web/Themes/Flex/Content/_megamenu.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,12 @@ $mixed-megamenu-bg: $megamenu-bg;
462462
left: 10px;
463463
}
464464
}
465-
.megamenu.simple .navbar-nav .nav-item.active:before {
466-
border-bottom: 10px solid $dropdown-bg;
465+
.megamenu.simple .navbar-nav .nav-item {
466+
line-height: 1;
467+
468+
&.active:before {
469+
border-bottom: 10px solid $dropdown-bg;
470+
}
467471
}
468472

469473
@media screen {

0 commit comments

Comments
 (0)