Set heights using classes like .input-lg, and set widths using grid column classes like .col-lg-*.

Height sizing

Create taller or shorter form controls that match button sizes.

{% highlight html %} {% endhighlight %}

Horizontal form group sizes

Quickly size labels and form controls within .form-horizontal by adding .form-group-lg or .form-group-sm.

{% highlight html %}
{% endhighlight %}

Column sizing

Wrap inputs in grid columns, or any custom parent element, to easily enforce desired widths.

{% highlight html %}
{% endhighlight %}