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