Skip to content

Commit c5821d1

Browse files
committed
Closes #2415: Menu entry not adjusting to sub-menu entries on mobile
1 parent d957130 commit c5821d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataverse-webapp/src/main/webapp/resources/vecler/theme-base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ $navbar-height: 102px;
21302130

21312131
#topNavBar .navbar-nav {
21322132
> li {
2133-
height: 40px;
2133+
min-height: 40px;
21342134
vertical-align: bottom;
21352135
float: none;
21362136
display: inline-block;

0 commit comments

Comments
 (0)