We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The content of a popover is invisible when the popover is on a .input-append input node.
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
The text was updated successfully, but these errors were encountered:
For information, i fixed it with this :
.input-append, .input-prepend { .popover-content { font-size:$baseFontSize; } }
Sorry, something went wrong.
Duplicate of #6236.
Dupe. Please search next time.
No branches or pull requests
The content of a popover is invisible when the popover is on a .input-append input node.
I think it's because the font-size on .input-append is set to 0.
This issue is similar to this issue with datepicker
The text was updated successfully, but these errors were encountered: