Add vertical whitespace using Twitter Bootstrap?
Wrapping works but when you just want a space, I like:
<div class="col-xs-12" style="height:50px;"></div>
In v2, there isn't anything built-in for that much vertical space, so you'll want to stick with a custom class. For smaller heights, I usually just throw a <div class="control-group">
around a button.