Open moralok opened 11 months ago
Thanks for opening this issue, maintainers will get back to you as soon as possible!
Currently we're using overflow-wrap: break-word;
. overflow-wrap: anywhere
is a more aggressive approach.
Currently we're using
overflow-wrap: break-word;
.overflow-wrap: anywhere
is a more aggressive approach.
Thanks for the reply.
Why it's normal on article page? They both use overflow-wrap: break-word
. Can homepage perform like article page?
Issue Checklist
Expected behavior
link to the article page It should behave as if it is on the article page.
Actual behavior
Steps to reproduce the behavior
Open the homepage and find the article with long words in title.
Node.js and NPM Information
Package dependencies Information
Hexo Configuration
NexT Configuration
Other Information
There is a same issue in old version of NexT 手机端 如果标题过长 会超出界面范围 and one issue #541 which is difficult to solve mentioned it. But I think they are different. Because I tried to delete "inline-block" or use "overflow-wrap: anywhere" or use deprecated "word-break: break-word" and it seemed to perform better. I'm not familiar with css. Is there a better configuration of css without bad side effect?
Thank you for help.