In Bootstrap, how can I get a button group like the following that span the full width of a parent element? (like with the \".btn-block\" class, but applied to a group http://ge
Correct solution for Bootstrap 4 (from its migration documentation):
Removed .btn-group-justified. As a replacement you can use as a wrapper around elements with .w-100.
.w-100
Example:
Left Middle Right
Source: https://getbootstrap.com/docs/4.0/migration/#button-group