tufu9441 / maupassant-hexo

A simple Hexo theme forked from icylogic.
https://www.haomwei.com
MIT License
2.64k stars 668 forks source link

链接过长不换行 #444

Closed ttttmr closed 5 years ago

ttttmr commented 5 years ago

PC显示长链接是超出屏幕,如图

image

和这个issue类似 #438

hushhw commented 5 years ago

style.scss 中的 .post .post-content 中的 p标签 下添加 word-break: break-word;overflow-wrap: break-word;image

ttttmr commented 5 years ago

style.scss 中的 .post .post-content 中的 p标签 下添加 word-break: break-word;overflow-wrap: break-word;image

感谢,可以了

tufu9441 commented 5 years ago

好的,我会修复。

tufu9441 commented 5 years ago

已修复。