----------------------------------------------------------------
| Title | | Button | --> (using .pull-right) the button is not aligned vertically
----------------------------------------------------------------
----------------------------------------------------------------
| Title || Button | --> (not using .pull-right) the button is aligned vertically
----------------------------------------------------------------
Utilizing .pull-right
to shift the button to the right causes vertical misalignment (top margin larger than bottom).
Including
resolves the vertical alignment of the button, but then there is an issue with the alignment of the title (bottom margin too big).<div class="clearfix"></div>
What seems to be the flaw in the .pull-right class?