javascript - How to reduce letter spacing when text tries to wrap? -



javascript - How to reduce letter spacing when text tries to wrap? -

is there way css cut down letter spacing when text tries wrap?

for example, if have paragraph within fixed width parent so:

| here | | text |

is possible, instead of wrapping text next line, cut down letter spacing automatically forcefulness fit without overflowing parent div, so:

demo here

i did research and, expected, isn't possible without javascript. if isn't problem check answer: css text justify letter spacing

javascript jquery html css css3

Comments