-
-
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
Glyphicon changes height of input group addon #10936
Comments
Confirmed in Firefox 24.0 on OS X. |
X-Ref: #10482 |
Also consider checking the 23rd line in this file.
|
@Diolor yes, thanks. Your fix works for Chrome on OS X, but doesn't on Firefox (23.0 for ubuntu) see below (it only moves the glyphicon one pixel higher): Will you also add some information about your html syntax here and on SO? Works your fix for: |
Below is my Html. And I don't believe I have something on
And yes,
However on FF 24 in OS X, with the |
The way I see it is that the LESS Snippet .input-group-lg > .input-group-addon {
line-height: @line-height-large - .2;
} This small adjustment fixes the issue which I was witnessing on Win7 IE 10.0.9, FF 24.0 and Chrome 31. I also think the icon is vertically "more centered" now. |
This fixed it in firefox and looks fine in chrome. I stuck this after all other styles.
|
Meant to post this here, but added it to #11174 first by mistake. Here it is copy-pasta-ed:
Resetting to |
For the time being, punting this to v3.0.2, btw. |
Fixed per this example after implementing #11174: http://jsbin.com/aweGeWO/7/edit. |
…ge inputs to fix Firefox inconsistencies
…ge inputs to fix Firefox inconsistencies
The cause is "" first string. It must be set as writter above for html 5. If it doesn't exists or it has html 4 description ("PUBLIC etc") this error occurs. |
Shows in Firefox (23.0 for ubuntu) the span.glyphicon 1px to height, see:
Setting
@padding-large-vertical
to 9px will fix this issue. This possible cause many other issues.The text was updated successfully, but these errors were encountered: