Bootstrap 3 / CSS: How to properly vertically align in panel heading
I use Bootstrap 3 to create panels with a structure like the below and would like to vertically align the span within the panel heading and without extending the default height of the panel heading. I tried different approaches (adding class="clearfix" , adding style="vertical-align:middle !important;" adding style="overflow:hidden !important;" etc.) but they are all either ignored or they increase the default height of the panel heading. My guess is that this is due to the "pull-right" class but as this is an official Bootstrap class I hope there is some workaround for this. Can someone tell