Make button width fit to the text

后端 未结 8 642
一生所求
一生所求 2020-12-29 20:29

While I was fiddling with this \'Fancy 3D Button\' example, I found that the width seemed to be hard-coded to fit the text\'s width.

Here is the HTML /

8条回答
  •  旧巷少年郎
    2020-12-29 21:23

    If you are developing to a modern browser. https://caniuse.com/#search=fit%20content

    You can use:

    width: fit-content;
    

提交回复
热议问题