Justify buttons with Bootstrap v4
问题 Bootstrap v4 drops the .btn-group-justified class, see https://github.com/twbs/bootstrap/issues/17631 How to justify the button for: <div class="btn-group btn-group-justified" role="group" aria-label="Justified button group"> <a class="btn btn-primary" href="#" role="button">Left</a> <a class="btn btn-primary" href="#" role="button">Middle</a> <a class="btn btn-primary" href="#" role="button">Right</a> </div> 回答1: For anyone finding this after Bootstrap 4 Beta was released... <div class="btn