Home > Article > Web Front-end > css forced line break_html/css_WEB-ITnose
css forces label content to wrap, but long-byte English words are not split
Closing rate: 33.33%
word-wrap:break-word;
强制不换行div{white-space:nowrap;}自动换行div{ word-wrap: break-word; word-break: normal; }强制英文单词断行div{word-break:break-all;}
width:500px; float:left; word-break:break-all;