#Overflow-wrap
Defines if words should break when reaching the end of a line.-
overflow-wrap: normal;
defaultWords with no space will not break. Sequences of uninterrupted characters will be displayed on a single line.
-
overflow-wrap: break-word;
Words with no space will break as soon as they reach the end of a line.