I'm attempting to adjust the height of Bootstrap panel-header. However, when I modify the height using the following CSS code:
style="height: 20px;"
The title inside the header becomes misaligned.
To see an example, check out this Plunker demo.
Why is this happening and what can I do to rectify it?