Is there a way with CSS to reduce the letter spacing when the text tries to wrap?
For example, if I have a paragraph within a fixed width parent like so:
| Here is some |
| text |
Is it possible, instead of wrapping the text to the next line, to reduce the letter spacing automatically to force it to fit without overflowing the parent div, like so: