mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-01 01:20:45 +00:00
## The Problem `overflow-wrap: break-word` doesn't work well for unbroken lines. Use `overflow-wrap: anywhere` instead, and remove legacy alias `word-wrap` ## Before  ## After  --------- Co-authored-by: silverwind <me@silverwind.io>