Making button go full-width?

后端 未结 10 1249
臣服心动
臣服心动 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:29

    The width of the button is defined by the button text. So if you want to define the width of the button you can use a defined width by using pixel in the css or if you want to by responsive use a percentage value.

提交回复
热议问题