Can you take a look at my screenshot? Even after I set the width, the span width remains "auto."
https://i.sstatic.net/YQZwO.png
Check out the code snippet below:
<div class="container">
<div class="row"><span style="width:60px;background-color: red;">prefix1</span><span>prpr</span>
</div>
<div class="row"><span style="width:60px;background-color: red;">pre2</span><span>prpr</span>
</div>
</div>