Inline form label not on the same line as fields
Created by: bjohnson045
This used to work in v2 and I am now having trouble with v3.0.2.
With an inline form, I am trying to get a field label to appear on the same line as the fields. The documentation uses "sr-only" to hide the labels completely so I did not see an example doing this in the documentation.
Example: http://bootply.com/94990
The input is getting dropped to the second line due to the 100% width I assume. I tried using a grid as the documentation suggests to set the length of the form control but this didn't seem to help. If I put the label in one column and the field in another, the spacing isn't correct the the field does not line up with the label.
Any pointers in the right direction?