Fixed width buttons with Bootstrap

后端 未结 12 672
臣服心动
臣服心动 2021-01-29 18:36

Does Bootstrap support fixed width buttons? Currently if I have 2 buttons, \"Save\" and \"Download\", the button size changes based on content.

Also what is the right wa

12条回答
  •  既然无缘
    2021-01-29 18:58

    If you place your buttons inside a div with class "btn-group" the buttons inside will stretch to the same size as the largest button.

    eg:

    Bootstrap Button Groups

提交回复
热议问题