Fix code wrap for unbroken lines (#23268)
## 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>wip
parent
47bb5f11cb
commit
787a05a3a2
Loading…
Reference in New Issue