Reputation: 2774
How can I have a double line in a label without breaking the label itself?
Example here: http://jsfiddle.net/Khrys/7AKvM/133/
<div class="container">
<h1>Example heading <span class="label label-default">What´s<br>New</span></h1>
</div>
Upvotes: 0
Views: 598