Skip to content
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

Popover text style for elements in input-prepend #5776

Closed
Slaver opened this issue Nov 3, 2012 · 1 comment
Closed

Popover text style for elements in input-prepend #5776

Slaver opened this issue Nov 3, 2012 · 1 comment
Labels

Comments

@Slaver
Copy link

Slaver commented Nov 3, 2012

Bug In Bootstrap 2.2.1:

.popover-content p has white-space: nowrap; if popover inside .input-prepend:

Screenshot

@mdo mdo closed this as completed in 2c93190 Nov 3, 2012
@StenaviN
Copy link

StenaviN commented Nov 7, 2012

Also, popover content is invisible because zero-size font is inherited from

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants