Hi, I'm making a fluid responsive layout using Twitter Bootstrap.
Using row-fluid and spans works great, except for forms, whenever I have a form-horizontal with control-group label input, etc. The form elements just don't change when the width changes they stay fixed. I tried to put the inputs in span3 for example, but the .control-label width and the .controls margin-left are static and fixed, so if I use it on a small container they come out the container, when I resize they stay the same, etc. Any way to fix that? To make the form elements (specially the label) change their width accordingly to the layout? Thanks.
