Is there a way in CSS that I can cause the 3rd element in this list, which is longer than the rest, to wrap to a new line if it extends over 100 characters? so that the rest
That worked pretty well for me :
Using a tag where you want the line to wrap, and then prevent white spaces from wrapping.
.h2_wrap { white-space: nowrap; font-size: 18px; }
Pretty long sentence that looks better when cut at one specific spot