You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using popovers on input fields doesn't display content by default. Using both the jQuery function and the data- attribute methods display no content inside the popover.
After reading an issue about font-size:0 causing issues with .btn-group content, I added in a font-size rule to the .popover-content CSS class and was able to achieve content displaying.
Should the .popover-content class be updated to have the @baseFontSize hardcoded into it?
Any other thoughts or experiences?
The text was updated successfully, but these errors were encountered:
Using popovers on input fields doesn't display content by default. Using both the jQuery function and the
data-
attribute methods display no content inside the popover.After reading an issue about
font-size:0
causing issues with .btn-group content, I added in a font-size rule to the.popover-content
CSS class and was able to achieve content displaying.Should the
.popover-content
class be updated to have the@baseFontSize
hardcoded into it?Any other thoughts or experiences?
The text was updated successfully, but these errors were encountered: