Text is breaking using absolute positioning

后端 未结 4 707
庸人自扰
庸人自扰 2021-02-13 23:04

I have a small challenge that I haven\'t found any solution on Stack Overflow.

That\'s what I got:

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-13 23:24

    There is another solution:

    .title {
        width: max-content;
    }
    

    It is widely supported (92.25% as of 17.07.2019) https://caniuse.com/#feat=intrinsic-width

    For details read this answer.

提交回复
热议问题