html - CSS: How do remove white space caused by letter spacing -


this question has answer here:

i'm using letter-spacing in css it's causing unwanted white-space @ end of words. how can remove this?

for instance, doing this:

a {     letter-spacing:2px;     border-bottom:1px solid #333; } 

creates unwanted space @ end.

i created fiddle can see mean: http://jsfiddle.net/nhaex8mu/1/

you can use

<span style="letter-spacing:0px;">s</span> 

for last letter of word.

it's not beautiful code, works fine.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -