Global form control styles not working.
Created by: nikmartin
From the getbootstrap.com site:
Individual form controls automatically receive some global styling. All textual
<input>, <textarea>, and <select>
elements with .form-control are set to width: 100%; by default. Wrap labels and controls in .form-group for optimum spacing.
But a simple form control receives 0 styling. It looks like an input box. When I add .form-control, it gets styled in a bootstrap-py way, but is now 100% width, which is stupid. I now have to go through my entire site either adding widths, or wrapping them in grid containers to get simple rounded corners and glow border?