Skip to content

Commit

Permalink
Merge pull request #1524 from MasterEnoc/bug-btn
Browse files Browse the repository at this point in the history
Add 'report a bug' button
  • Loading branch information
MasterEnoc committed Dec 5, 2021
2 parents 432b46f + 7fdfd51 commit 93a42cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stylesheets/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
top: .25rem;
right: .25rem;
width: 8.5rem;
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)
white-space: nowrap;
word-wrap: normal;
overflow-wrap: normal;
Expand Down
1 change: 1 addition & 0 deletions views/app.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<a href="/news" class="_menu-link">Changelog</a>
<a href="/help" class="_menu-link">Guide</a>
<a href="/about" class="_menu-link">About</a>
<a href="https://github.com/freeCodeCamp/devdocs/issues/new/choose" class="_menu-link">Report a bug</a>
</nav>
</header>
<section class="_sidebar" tabindex="-1">
Expand Down

0 comments on commit 93a42cc

Please sign in to comment.