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 62
62
top : .25rem ;
63
63
right : .25rem ;
64
64
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)
66
66
white-space : nowrap ;
67
67
word-wrap : normal ;
68
68
overflow-wrap : normal ;
Original file line number Diff line number Diff line change 25
25
< a href ="/news " class ="_menu-link "> Changelog</ a >
26
26
< a href ="/help " class ="_menu-link "> Guide</ a >
27
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 >
28
29
</ nav >
29
30
</ header >
30
31
< section class ="_sidebar " tabindex ="-1 ">
You can’t perform that action at this time.
0 commit comments