Skip to content

Commit

Permalink
All: Allow global-nav to expand for "Learning Center" label
Browse files Browse the repository at this point in the history
Currently causes a wrap to the next line.
  • Loading branch information
Krinkle committed Apr 4, 2024
1 parent cbffb97 commit d9915cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/jquery/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1387,14 +1387,15 @@ iframe {
text-decoration: none;
display: block;
padding: 8px 12px;
white-space: nowrap;
}

#global-nav nav ul li ul {
padding: 0;
position: absolute;
top: 32px;
left: -2px;
width: 120px;
min-width: 120px;
display: none;
opacity: 0;
visibility: hidden;
Expand Down

0 comments on commit d9915cf

Please sign in to comment.