Text beyond the screen will not automatically wrap? Solve

recently accepted a VUE project and found a strange place: I write a tag on any page, the text inside is very long, until it is beyond the screen, it will not automatically wrap, it has been beyond the screen, and the width of the censorship element is much wider than that of the screen.
try, English letters or numbers will look like this, but not if it is Chinese? Why?
I have even removed all the styles introduced, but there is still such a problem. What"s going on? have you ever encountered such a situation? It"s urgent to solve

May.17,2021

concatenated English and numbers are considered to be the same word, without breaking or wrapping lines by default. Forced interruptions are required through CSS


word-wrap:break-word

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b89f-34650.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b89f-34650.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?