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

后端 未结 6 2137
误落风尘
误落风尘 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:35

    You can also use bootstraps btn-block will span across parent.

    Create block level buttons—those that span the full width of a parent—by adding .btn-block.

    
    
    

    https://getbootstrap.com/docs/4.0/components/buttons/

提交回复
热议问题