mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-11-30 01:02:18 +08:00
#### What type of PR is this? /kind improvement #### What this PR does / why we need it: 修复文章中链接过长溢出的问题。 <img width="1025" alt="image" src="https://user-images.githubusercontent.com/114651359/233283594-df11456e-ac8b-4e8f-a0bd-7c505c08802d.png"> #### Which issue(s) this PR fixes: halo里的“当一个链接过长时,出现超越屏幕边界的问题” #3474 https://github.com/halo-dev/halo/issues/3474 #### Special notes for your reviewer: 发现问题好像是由于把整个链接看作了一个单词导致无法换行,加上css属性“word-wrap:break-word”,让他在找不到换行位置的时候也换行。 #### Does this PR introduce a user-facing change? ```release-note none ```