Hi,

I want to create a new button with more than 1 line of text inside at
different sizes (title and description) while keeping the icon left
aligned.

Which is the best approach to do this in bootstrap? Can I reuse any
existing rule?

The base idea is something like
<button class="btn btn-large">
   <i class="icon-home"></i> <span>Title<br />
   <small>Description</small></span>
</button>

Thxs

Reply via email to