I'm using some column-width Bootstrap buttons defined using the btn-block class. However, the text inside them is centered by default, and I'd like to left-justify it so it looks more natural in my form. Is there a good Bootstrap solution to this, or do I have to use CSS?
What I've got:
<a href="url" class="btn btn-default btn-block" role="button">Push Meh</a>