Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决基础标点悬挂问题 #265

Open
army8735 opened this issue Feb 27, 2023 · 0 comments
Open

解决基础标点悬挂问题 #265

army8735 opened this issue Feb 27, 2023 · 0 comments
Assignees

Comments

@army8735
Copy link
Member

army8735 commented Feb 27, 2023

word-break: break-all;
word-wrap: break-word;

word-break不包含标点,单词会硬换行不考虑下一行。
word-wrap包含标点符号,单词会尝试下一行开头,即便下一行也不够。
有空格时,二者都会尝试下一行不出现避首标点。
没有空格时,word-break会尝试不出现避首标点。

@army8735 army8735 self-assigned this Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant