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

.input-append, .input-prepend and popover #6749

Closed
fungiboletus opened this issue Jan 30, 2013 · 3 comments
Closed

.input-append, .input-prepend and popover #6749

fungiboletus opened this issue Jan 30, 2013 · 3 comments

Comments

@fungiboletus
Copy link

The content of a popover is invisible when the popover is on a .input-append input node.

githubissue

I think it's because the font-size on .input-append is set to 0.

.input-append, .input-prepend {
    font-size: 0;
    white-space: nowrap;
}

This issue is similar to this issue with datepicker

@fungiboletus
Copy link
Author

For information, i fixed it with this :

.input-append, .input-prepend {
    .popover-content {
        font-size:$baseFontSize;
    }
}

@cvrebert
Copy link
Collaborator

Duplicate of #6236.

@mdo
Copy link
Member

mdo commented Jan 30, 2013

Dupe. Please search next time.

@mdo mdo closed this as completed Jan 30, 2013
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants