Skip to content

Commit d9915cf

Browse files
committed
All: Allow global-nav to expand for "Learning Center" label
Currently causes a wrap to the next line.
1 parent cbffb97 commit d9915cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/jquery/css/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,14 +1387,15 @@ iframe {
13871387
text-decoration: none;
13881388
display: block;
13891389
padding: 8px 12px;
1390+
white-space: nowrap;
13901391
}
13911392

13921393
#global-nav nav ul li ul {
13931394
padding: 0;
13941395
position: absolute;
13951396
top: 32px;
13961397
left: -2px;
1397-
width: 120px;
1398+
min-width: 120px;
13981399
display: none;
13991400
opacity: 0;
14001401
visibility: hidden;

0 commit comments

Comments
 (0)