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 width in fluid rows #4828

Closed
erquhart opened this issue Aug 29, 2012 · 3 comments
Closed

Input width in fluid rows #4828

erquhart opened this issue Aug 29, 2012 · 3 comments
Labels
Milestone

Comments

@erquhart
Copy link

When using a column-based width for an input inside of a div with class row-fluid, such as

<div class="row-fluid">
  <input class="span4">

and collapsing down to a tablet or phone-sized browser window, the input field defaults to width:auto, which is really small and static, regardless of which span width was indicated. If you change the code to

<div class="row">
  <input class="span4">

the input expands to 100% width on smaller screens, as it should, and as it does on Twitter Bootstrap's docs.

@mdo
Copy link
Member

mdo commented Aug 29, 2012

Wrong issue :).

@erquhart
Copy link
Author

whoops!! I'll go ahead and move that...

@erquhart
Copy link
Author

As I've worked with this more, it basically seems that using the column-sizing feature breaks form layouts entirely when used with a responsive layout.

@mdo mdo closed this as completed in 2da2169 Aug 29, 2012
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