Created by: fakiolinho
Unfortunately because of display: inline;
this code for example
<h3><span class="label label-info">Hello<br>Marios</span></h3>
forces the label to fail (because of the line break) while i want all this to be shown in an attractive label appearance.