Code Snippet

Just another Code Snippet site

css

[CSS] Word wrap

The word-break property specifies line breaking rules for non-CJK scripts. The word-wrap property allows long words to be able to be broken and wrap onto the next line. The overflow-wrap property specifies whether or not particularly long words will be ‘broken’ (separated into multiple lines) if necessary in order to fit in within its container.