Bootstrap v4 отбрасывает класс .btn-group-justified
, см. https://github.com/twbs/bootstrap/issues/17631
Как обосновать кнопку для:
<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>