Skip to content

Commit 93a42cc

Browse files
authored
Merge pull request #1524 from MasterEnoc/bug-btn
Add 'report a bug' button
2 parents 432b46f + 7fdfd51 commit 93a42cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

assets/stylesheets/components/_header.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
top: .25rem;
6363
right: .25rem;
6464
width: 8.5rem;
65-
height: calc(13.75rem + 1px);
65+
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)
6666
white-space: nowrap;
6767
word-wrap: normal;
6868
overflow-wrap: normal;

views/app.erb

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<a href="/news" class="_menu-link">Changelog</a>
2626
<a href="/help" class="_menu-link">Guide</a>
2727
<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>
2829
</nav>
2930
</header>
3031
<section class="_sidebar" tabindex="-1">

0 commit comments

Comments
 (0)