We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbffb97 commit d9915cfCopy full SHA for d9915cf
themes/jquery/css/base.css
@@ -1387,14 +1387,15 @@ iframe {
1387
text-decoration: none;
1388
display: block;
1389
padding: 8px 12px;
1390
+ white-space: nowrap;
1391
}
1392
1393
#global-nav nav ul li ul {
1394
padding: 0;
1395
position: absolute;
1396
top: 32px;
1397
left: -2px;
- width: 120px;
1398
+ min-width: 120px;
1399
display: none;
1400
opacity: 0;
1401
visibility: hidden;
0 commit comments