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

fix: 解决英语单词被断行的问题 #388

Merged
merged 2 commits into from
Jul 27, 2023
Merged

fix: 解决英语单词被断行的问题 #388

merged 2 commits into from
Jul 27, 2023

Conversation

LIlGG
Copy link
Owner

@LIlGG LIlGG commented Jul 19, 2023

Fixes #361

本 pr 将主题内的所有 p 标签设置为

  word-break: normal;
  overflow-wrap: break-word;

可能会产生一些意想不到的问题,后续如果有问题需要单独处理。

image

文章来自于 @wsj20010128

解决英文单词被断行的问题

@LIlGG LIlGG added the bug Something isn't working label Jul 19, 2023
@LIlGG LIlGG merged commit bc33f2a into next Jul 27, 2023
@LIlGG LIlGG deleted the fix/line-break branch May 8, 2024 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

英语单词断行
1 participant