-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select dropdowns clip hanging lowercase letters in IE8 #555
Comments
I see that clipping on my Safari 5, MacOSX Lion as well |
On Safari changing the font-family from "Helvetica Neue" to Helvetica only would solve the problem, but IE8 seems to have another one. |
select{ padding:3px; } |
Looks resolved in 2.0-wip. |
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The title speaks for itself. Here's a jsFiddle showing an example. View it in IE8.
http://jsfiddle.net/xhyUY/
The text was updated successfully, but these errors were encountered: