How to break the line based on width in css code example
Example: css line break width
span {
display:block;
width:150px;
word-wrap:break-word;
}
span {
display:block;
width:150px;
word-wrap:break-word;
}