In Bootstrap, how can I get a group of buttons, such as the following, that span the entire width of the parent element? (for example, with the class ".btn-block", but applies to the group http://getbootstrap.com/css/#buttons-sizes )
<div class="btn-group" role="group" aria-label="..."> <button type="button" class="btn btn-default">Left</button> <button type="button" class="btn btn-default">Middle</button> <button type="button" class="btn btn-default">Right</button> </div>
html css class twitter-bootstrap buttongroup
Max May 12 '16 at 14:41 2016-05-12 14:41
source share