In css letter-spacing
rule, the rule adds space after the character. Now I want to make the space to surround the character instead. Importantly, when I highlight the whole text, the space before first character should be highlighted.
Workarounds that I know:
Use margin-left and margin-right to adjust:
It works, but highlighting text is broken (still does not highlight the space before the first character)
Use left and right to position the text: Same issue