I’ve customized the button text for the login and sign up buttons and I’m trying to add a few extra spaces between the first character and the rest of the characters.
For example, something like:
However, when the button shows on the screen, it shows as such:
x Login
with the three spaces removed down to one.
When I inspect the <span class="d-button-label">
, it shows x Login
but if I double click on that text, it shows the original
with the three spaces.
I tried disabling the title remove extraneous space
and the title prettify
but neither worked.
Does anyone know why this might be happening and what I could do to fix it?
EDIT: I had to edit this post and put in a screenshot for the one with the three spaces because it was happening here as well.