Prevent multiple-word admin bar items from overflowing in Firefox. props chrisbliss18, helenyhou. see #18197.

git-svn-id: https://develop.svn.wordpress.org/trunk@18786 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-09-27 03:16:05 +00:00
parent 425560c739
commit a00a36ad5a
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -201,6 +201,7 @@
#wpadminbar .ab-top-menu > .menupop > a span {
padding-right: 10px;
margin-right: -10px;
white-space: nowrap;
}
#wpadminbar .ab-top-menu > li > a:hover,
#wpadminbar .ab-top-menu > li > a:hover span {