How to get button groups that span the full width of a parent in Bootstrap?

后端 未结 6 2140
误落风尘
误落风尘 2021-01-30 20:54

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

6条回答
  •  庸人自扰
    2021-01-30 21:26

    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.

    Example:

    Source: https://getbootstrap.com/docs/4.0/migration/#button-group

提交回复
热议问题