Fixed width buttons with Bootstrap

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

    You can also use the .btn-block class on the button, so that it expands to the parent's width.

    If the parent is a fixed width element the button will expand to take all width. You can apply existing markup to the container to ensure fixed/fluid buttons take up only the required space.

    
    
    
    
    
    

提交回复
热议问题