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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-09-27 03:16:05 +00:00
parent ea5730329d
commit c00a49dd7a
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 {