Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Popovers still inherits 0 font-size #6236

Closed
mcantrell opened this issue Dec 12, 2012 · 5 comments
Closed

Popovers still inherits 0 font-size #6236

mcantrell opened this issue Dec 12, 2012 · 5 comments
Labels
Milestone

Comments

@mcantrell
Copy link

There was a fix made in 2.2.2 to address 0 font size for popovers within a btn group:

#5939

I don't think the fix was comprehensive as it still happens in other situations. Here's an example within an input-append form element:

http://jsfiddle.net/YUS87/

@LeEnno
Copy link

LeEnno commented Dec 15, 2012

+1

@Yohn
Copy link
Contributor

Yohn commented Dec 16, 2012

heres fiddle - http://jsfiddle.net/R23KB/4/ that I modified the tooltip plugin to use a container option to append the tooltip to a container of your choice.. body would work for most cases unless its within a modal, then .modal or .modal-body would work. You can see how I used it at the bottom of the javascript sections. This fix will fix it for your problem as well

@mdo
Copy link
Member

mdo commented Dec 20, 2012

This is resolved in #6346.

@mdo mdo closed this as completed Dec 20, 2012
macodev pushed a commit to macodev/bootstrap that referenced this issue Dec 20, 2012
gyoshev added a commit to gyoshev/bootstrap that referenced this issue Jan 17, 2013
@gyoshev
Copy link

gyoshev commented Jan 17, 2013

The font-size: 0 breaks also third-party validators that insert tooltips alongside the validated input (case in point: the jsBin showing the Kendo UI Validator). Using float instead of font-size: 0 will both suppress the whitespace from showing up and allow inheritance of the font-size. Will the above commit align with your design goals?

@cvrebert
Copy link
Collaborator

Quasi-duplicate of #5930.

stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants