We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 432b46f + 7fdfd51 commit 93a42ccCopy full SHA for 93a42cc
assets/stylesheets/components/_header.scss
@@ -62,7 +62,7 @@
62
top: .25rem;
63
right: .25rem;
64
width: 8.5rem;
65
- height: calc(13.75rem + 1px);
+ height: calc(2.25rem * 6 + 2.5rem + 1px); // (height of each menu element * total menu elements + menu title element total height + menu title border size)
66
white-space: nowrap;
67
word-wrap: normal;
68
overflow-wrap: normal;
views/app.erb
@@ -25,6 +25,7 @@
25
<a href="/news" class="_menu-link">Changelog</a>
26
<a href="/help" class="_menu-link">Guide</a>
27
<a href="/about" class="_menu-link">About</a>
28
+ <a href="https://github.com/freeCodeCamp/devdocs/issues/new/choose" class="_menu-link">Report a bug</a>
29
</nav>
30
</header>
31
<section class="_sidebar" tabindex="-1">
0 commit comments