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

input-append with btn-group has incorrect margin in navbar #6586

Closed
chronossc opened this issue Jan 15, 2013 · 1 comment
Closed

input-append with btn-group has incorrect margin in navbar #6586

chronossc opened this issue Jan 15, 2013 · 1 comment
Labels
Milestone

Comments

@chronossc
Copy link

I'm making a second navbar here for some buttons and saw that input-append input with button dropdown (like example in docs) does not works. This css is issue:

.navbar .btn, .navbar .btn-group {
margin-top: 5px;
}

Guess if we have something like:

.navbar .input-append .btn, .navbar .input-append .btn-group {
margin-top: 0;
}

can be fixed.

There is a image to show error:

bug_bootstrap_input_append_navbar

@mdo
Copy link
Member

mdo commented Jan 15, 2013

Removed the top margin in #6346.

@mdo mdo closed this as completed Jan 15, 2013
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

2 participants