Skip to content

Commit 328527d

Browse files
committed
Tweaked the pop-up wg menus in the lefthand navbar to have the same visibility breakpoint as the navbar.
- Legacy-Id: 9389
1 parent 34e2192 commit 328527d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/base/menu_wg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% for p in parents %}
2-
<li class="hidden-nojs dropdown-submenu visible-lg-block group-menu group-parent-{{ p.id }}">
2+
<li class="hidden-nojs dropdown-submenu group-menu group-parent-{{ p.id }}">
33
<a href="{{ p.menu_url }}">{{ p.short_name }}</a>
44
</li>
55
{% endfor %}

0 commit comments

Comments
 (0)