button is an inline element but width is working?

后端 未结 3 2029
失恋的感觉
失恋的感觉 2020-12-10 00:21

Button is an inline element, but the width properties work on it, how come?

3条回答
  •  独厮守ぢ
    2020-12-10 00:28

    Why don't you set min-width: 300px;?

    It works to me even the button is inline-block.

提交回复
热议问题