-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Label gets cut off at the end when adding a glyphicon #13219
Comments
Changing the |
> Label gets cut off at the end when adding a glyphicon twbs#13219
@nhall's fix solved my issue, I would recommend merging and closing this. Thanks! |
Pretty sure this is just because you're placing an |
This apparently only happens because of the spacing of your HTML. See http://jsbin.com/juquh/1/. The top half is fine, and the second half is busted. This is because the top half's HTML is formatted to be more verbose (new lines, meaning rendered white space) while the bottom half is all one line without a line break or space. |
We can't change the |
Exactly, whitespace in the HTML will lead to space around elements set to |
It appears that Label's get cut off at the end when there is an overflow and there is a glyphicon at the end. This appears in Safari and Chrome but not in Firefox. Related to #5376 Here is a fiddle to demonstrate:
http://jsfiddle.net/D2RLR/5533/
The text was updated successfully, but these errors were encountered: