I found that CJK article in my wordpress4.7 can't break lines properly,which contain both CJK and english characters.
Here is the article before publish.
All the lines breaked properly before publish.
Now it displayed as below after published. All lines messed ,breaked bad-formatted as unexpected way.
I had tried to fix it this way.
vim /var/www/html/wp/wp-content/themes/twentysixteen/style.css
.site-inner {
margin: 0 auto;
max-width: 1320px;
position: relative;
}
.site-content {
word-wrap: break-word;overflow:hidden;
word-break:break-all;white-space:pre-wrap;
}
To restart apache and wordpress,no effect at all.
My wordpress version is 4.7,theme is twentysixteen.