overflow-wrap

The overflow-wrap property in CSS allows you to specify that the browser can break a line of text inside the targeted element onto multiple lines in an otherwise unbreakable place. This helps to avoid an unusually long string of text …

Avatar of Louis Lazaris
Louis Lazaris on (Updated on )

word-break

The word-break property in CSS can be used to change when line breaks ought to occur. Normally, line breaks in text can only occur in certain spaces, like when there is a space or a hyphen.…

Avatar of Chris Coyier
Chris Coyier on (Updated on )