ch1oechao / hexo-theme-hollow

A pure and elegant theme for Hexo.
https://www.chen9.info/fragment/
MIT License
205 stars 39 forks source link

英文博客标题 #39

Closed xjtu-blacksmith closed 4 years ago

xjtu-blacksmith commented 5 years ago

问题 #30 提及了中文标题太长的问题。这里对英文标题有类似疑问,建议作者在样式表预处理代码内加入实现

.post-preview > a > .post-title {
    word-wrap: break-word;
}

的语句,以实现首页上英文标题长单词的自动换行。

ch1oechao commented 4 years ago

好的呢,抱歉现在才看到 issues,近期会调整一下

ch1oechao commented 4 years ago

已修复,感谢提醒~