We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5660a3 commit 322be84Copy full SHA for 322be84
layouts/_partials/assets/helpers/navbar-render-menu.html
@@ -11,7 +11,7 @@
11
{{ if $entry.Params.spacing }}
12
<li class="nav-item flex-grow-1"></li>
13
{{ else }}
14
- <li class="nav-item {{ if .HasChildren }} dropdown me-auto{{ if $horizontal }} dropdown-horizontal-{{ $breakpoint }}{{ end }}{{ end }}">
+ <li class="nav-item {{ if .HasChildren }} dropdown me-auto my-auto{{ if $horizontal }} dropdown-horizontal-{{ $breakpoint }}{{ end }}{{ end }}">
15
{{- partial "assets/helpers/navbar-item.html" (dict "menu-entry" $entry "page" $page) -}}
16
{{- if .HasChildren -}}
17
<ul class="dropdown-menu{{ if $control }} dropdown-menu-end{{ end }}">
0 commit comments