Align button vertically in alert field
问题 I want to align button (anchor with button style, but the same happens with buttons) vertically centered, but there seems to be a little offset. This is the html code I use: <div class="alert alert-info"> Text on the left <p class="pull-right"> <a class="btn btn-default" href="#">Link</a> </p> </div> This is how it looks in jsfiddle: http://jsfiddle.net/TeAvH/ 回答1: When you use pull-right , Bootstrap is applying float:right . This removes the element from document flow, meaning that it will