#overflow-wrap

Defines if words should break when reaching the end of a line.

默认属性 overflow-wrap: normal;

Words 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.