Making button go full-width?

后端 未结 10 1212
臣服心动
臣服心动 2020-12-22 17:18

I want a button to take up the full width of the column, but having difficulties...

10条回答
  •  無奈伤痛
    2020-12-22 17:37

    Bootstrap v3 & v4

    Use btn-block class on your button/element

    Bootstrap v2

    Use input-block-level class on your button/element

提交回复
热议问题