Stop auto removing of extra spaces in a button

Does it work if you use three   (non-breaking space HTML entity) instead of spaces in your HTML code?

<span class="d-button-label">x&nbsp;&nbsp;&nbsp;Login</span>

image

Without non-breaking spaces:
image

3 Likes