css.properties

overflow-wrap

The overflow-wrap property specifies whether words break to prevent overflow.

Formal Syntax

normal | break-word | anywhere

See specification

JavaScript Access

// Access via element.style
element.style.overflowWrap = 'normal';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
overflow-wrap2349718
anywhere806515.480
break-word13.5112
normal13.5112

Related Properties