We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b74f8c7 + 7e8d29c commit 5f1ab78Copy full SHA for 5f1ab78
pydis_site/templates/base/navbar.html
@@ -57,12 +57,12 @@
57
58
{# More #}
59
<div class="navbar-item has-dropdown is-hoverable">
60
- <a class="navbar-link is-hidden-touch">
+ <span class="navbar-link is-hidden-touch">
61
More
62
- </a>
63
- <a class="navbar-link is-arrowless is-hidden-desktop">
+ </span>
+ <span class="navbar-link is-arrowless is-hidden-desktop">
64
65
66
<div class="navbar-dropdown">
67
<a class="navbar-item" href="{% url "resources:index" %}">
68
Resources
0 commit comments