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

Inline select input #11402

Closed
wants to merge 1 commit into from
Closed

Inline select input #11402

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 7, 2013

still has width 100% if you add .inline-form to It would align better if has auto width in a .inline-form

Possible fix: forms.less add after line 310

select.form-group {
    width: auto;
}

Bootstrap version: 3.0.2

@cvrebert
Copy link
Collaborator

cvrebert commented Nov 7, 2013

This sounds possibly backwards-incompatible.

@mdo mdo closed this in 7aa6b41 Nov 30, 2013
@mdo mdo mentioned this pull request Nov 30, 2013
@mdo
Copy link
Member

mdo commented Nov 30, 2013

Should be backwards incompatible—just pushed the fix with the compiled CSS.

For the record, this only applies to select elements not within a .form-group. Anything within a .form-group behaves as it should today.

@juthilo
Copy link
Collaborator

juthilo commented Dec 1, 2013

@mdo For the record: I assume you mean backwards compatible? :)

@mdo
Copy link
Member

mdo commented Dec 1, 2013

Yup! My bad :).

@slathrop
Copy link

slathrop commented Dec 5, 2013

In 3.0.3 I'm seeing this change (to width: auto) even when the select element is within a form-group, contrary to the comment above.

@cvrebert
Copy link
Collaborator

cvrebert commented Dec 6, 2013

Reopening for visibility.

@cvrebert cvrebert reopened this Dec 6, 2013
@mdo mdo closed this in b04a1de Dec 15, 2013
stempler pushed a commit to stempler/bootstrap that referenced this pull request Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this pull request Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this pull request Nov 4, 2014
stempler pushed a commit to stempler/bootstrap that referenced this pull request 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

Successfully merging this pull request may close these issues.

4 participants