diff options
author | Kushagra Singh [:kushagra] <singh.kushagra93@gmail.com> | 2014-04-09 18:44:23 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-04-09 18:44:23 +0200 |
commit | 093b4c6d397bd86b1338d0e890507fb76e58061a (patch) | |
tree | 0b544d0dabccc4cda4a2a7bcb2334b6778704b92 /skins/standard | |
parent | 9afd000c14104e548c324af085d46ae48ba3d688 (diff) | |
download | bugzilla-093b4c6d397bd86b1338d0e890507fb76e58061a.tar.gz bugzilla-093b4c6d397bd86b1338d0e890507fb76e58061a.tar.xz |
Bug 988414: The drop down menu icon next to the user name is not visible in Chrome on Mac OSX
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 63229886a..8e7799fb1 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -472,6 +472,7 @@ div.user_match { .arrow_container { margin: 0 2px; + display: inline-block; } .collapsed { |