There is a line break for multiple Chinese symbols on the HTML tag.

problems in developing web pages on mobile

clipboard.png


F12

clipboard.png
is like this. After I delete a few punctuation marks, the page will return to normal

.
Mar.03,2021
This can be solved by

plus word-break: keep-all; .
keep-all does not allow word wrapping in CJK (Chinese/Japanese/Korean) text, only at half-width spaces or hyphens.

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-1b37542-34450.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-1b37542-34450.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?