-
-
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 text bad misaligned in Firefox with alpha 5 #21096
Comments
May be that it is this rule that produces the problem :
When I deactivate it, the padding is correct and the display good; but the select is too high. |
Firefox 49.0.2 on ubuntu 16.04 I see no clipped text. A screenshot would be helpful I cant see any issue. |
OK I don't see that in Ubuntu. |
Firefox 50.0 on OS X still has this problem. Chrome 54.0.2840.98 displays this without clipping. We're using bootstrap 4.0.0-alpha.5 with <li class="form-group">
<label for="id_project_type_education_context">
Diplomarbeit / Dissertation
</label>
<select class="form-control">
<option>Dissertation</option>
<option>Diplomarbeit</option>
</select>
</li> |
Problem still there with Firefox 51.0b1 under macOS 10.12.1. Also, changing |
The text in the input selects is misaligned vertically. The bottom of the text is clipped; the text is not centered vertically and is too down.
I have the problem since I upgraded to alpha 5; before with the aplha 2 version, I had not the problem.
This occurs in Firefox 49.0.2; in Internet Explorer 11, it seems correct.
Here is a jsfiddle showing the problem :
https://jsfiddle.net/hdakuemq/
The text was updated successfully, but these errors were encountered: