Is it possible to use CSS to control line wraps? I would like to have lines with a similar amount of words per line, or at least avoid one-word lines.
Original:
A few words for a very long title that will probably span two lines
Desired Outcome:
A few words for a very long title
that will likely span two lines
Minimum requirement:
A few words for a very long title that will likely
span two lines
Can this be achieved using CSS?