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

.form-control-static should work for .form-inline too #14221

Closed
surjithctly opened this issue Jul 23, 2014 · 0 comments
Closed

.form-control-static should work for .form-inline too #14221

surjithctly opened this issue Jul 23, 2014 · 0 comments
Milestone

Comments

@surjithctly
Copy link

Class for .form-control-static in .form-inline is missing on Bootstrap 3.

I could simply add this my my CSS.

.form-inline .form-control-static {
display:inline-block;
}

But, I request to add it in the base bootstrap also.

@cvrebert cvrebert added the css label Jul 23, 2014
@cvrebert cvrebert added this to the v3.2.1 milestone Jul 23, 2014
@cvrebert cvrebert changed the title Missing Class for form-control-static in form-inline .form-control-static in .form-inline doesn't display correctly Jul 23, 2014
@cvrebert cvrebert changed the title .form-control-static in .form-inline doesn't display correctly .form-control-static should work for .form-inline too Jul 23, 2014
@mdo mdo closed this as completed in 078aafe Jul 24, 2014
cvrebert added a commit that referenced this issue Jul 24, 2014
cvrebert added a commit that referenced this issue Jul 28, 2014
Update docs & add example for #14221
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
Projects
None yet
Development

No branches or pull requests

2 participants