1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-18 13:44:27 +00:00
wxiaoguang 787a05a3a2
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


![image](https://user-images.githubusercontent.com/2114189/222743939-5f38d9e4-18d8-4ae0-8078-4b3a59195a30.png)

## After


![image](https://user-images.githubusercontent.com/2114189/222743833-0e0cfdbb-7b2e-420d-99f9-b1b45dde521a.png)

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-03-03 23:48:59 -05:00
..
2023-02-21 09:23:45 -06:00
2022-11-19 12:02:30 +08:00
2022-11-22 07:10:42 +08:00
2023-02-21 21:36:53 +08:00
2023-02-20 07:07:46 +08:00
2020-11-17 00:33:19 -05:00
2023-02-21 09:23:45 -06:00
2022-10-23 12:05:20 +08:00
2023-02-13 08:33:33 -06:00