Fixed width buttons with Bootstrap

后端 未结 12 667
臣服心动
臣服心动 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

    Best way to the solution of your problem is to use button block btn-block with desired column width.

    
        
        
        
    
    
        

提交回复
热议问题