Generate CSS text wrapping and overflow properties
Controls how whitespace inside the element is handled.
How overflowed content is signaled to users.
What happens when content overflows the box.
.text-wrap {
width: 350px;
max-width: 100%;
white-space: normal;
line-height: 1.5;
}