File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
assets/stylesheets/components Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6262 top : .25rem ;
6363 right : .25rem ;
6464 width : 8.5rem ;
65- height : calc (13.75 rem + 1px );
65+ height : calc (2.25 rem * 6 + 2.5 rem + 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 ;
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments