![]() |
VOOZH | about |
The overflow-wrap property in CSS is used to specify that the browser may break lines of text inside any targeted element to prevent overflow when the original string is too long to fit. This property was earlier known as word-wrap that still supported by some browsers but it was renamed to overflow-wrap in a CSS3 draft.
Syntax:
.box{
overflow-wrap: break-word;
}
Values:
Example:
Output: 👁 Image
Supported Browsers: