Hi,
Whenever letter-spacing
is applied to something with an underline or a bottom border, it seems like the underline extends beyond the text on the right. Is there any way to do prevent the underline from extending beyond the last letter in the text?
For example:
<span style="letter-spacing: 1em; border-bottom: 1px solid black;">Test</span>
Perhaps it'd be possible with a fixed width <div>
and a border, but that is really not an option to surround every underlined element.
Thanks!