Skip to content

Commit 25989ce

Browse files
authored
Merge pull request #3153 from gobitfly/FE-155/fix-nav-api-styling
fix: api `nav item` style
2 parents 7144cc8 + 5c920b3 commit 25989ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout/mainnavigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{{ $numberOfGroups := (len .Groups) }}
1616
<li class="nav-item {{ if .IsActive }}active{{ end }} {{ if $numberOfGroups }}dropdown{{ end }} {{ if .IsHighlighted }}mr-lg-1{{ end }}">
1717
{{ if len .Groups }}
18-
<a class="nav-link dropdown-toggle px-2 py-1 m-1{{ if .IsHighlighted }}btn btn-primary text-white{{ end }}" href="#" id="navbarDropdown{{ .Label }}" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
18+
<a class="nav-link dropdown-toggle px-2 py-1 m-1 {{ if .IsHighlighted }}btn btn-primary text-white{{ end }}" href="#" id="navbarDropdown{{ .Label }}" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
1919
{{ .Label }}
2020
</a>
2121

0 commit comments

Comments
 (0)