The word-break property specifies line breaking rules for non-CJK scripts.Tip: CJK scripts are Chinese, Japanese and Korean ("CJK") scripts.
word-break: normal|break-all|keep-all|initial|inherit;
p.test { word-break: break-all;}