http://jsfiddle.net/r9dunwzs/1/
<ul id="myTab" class="nav nav-tabs">
<li class="active"><a href="#home" data-toggle="tab">one</a></li>
<li>
<a href="#profile" data-toggle="tab">
<i class="glyphicon glyphicon-exclamation-sign" style="font-size: 25px"></i>
</a>
</li>
</ul>
Upon examination of the provided jsFiddle, it is evident that there are issues with increasing the font size of an icon within a tab using bootstrap 3.
The expected behavior should be:
However, when attempting to modify the font size, the tabs become distorted:
Is there a way to augment the glyph-icon size without distorting the appearance of the tabs?