It shows the available space where text can be expanded.
You can see this dashed area after text which means it is area where text can be expanded
*, html, body {
box-sizing: border-box;
margin: 0;
}
div {
position: relative;
background-color: lightgreen;
}
button {
display: flex;
width: 100px;
}
<div>
<button>1</button>
</div>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…