Skip to content

Commit

Permalink
fix: third-level menus overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Oct 11, 2024
1 parent cb69860 commit 6977f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/hb/modules/header/submenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{{- $menu.Post -}}
</a>
{{- with $menu.Children }}
<div class="dropdown-item-children mt-2">
<div class="dropdown-item-children d-flex flex-wrap gap-1 mt-2">
{{- range . }}
{{- $childTarget := "" }}
{{- $childRel := "" }}
Expand Down

0 comments on commit 6977f38

Please sign in to comment.