forgejo/web_src/css
silverwind 51f6c3a059
Forbid deprecated break-word in CSS (#30934)
Forbid
[deprecated](https://drafts.csswg.org/css-text-3/#word-break-property)
`break-word` and fix all occurences.

Regarding `overflow-wrap: break-word` vs `overflow-wrap: anywhere`:

Example of difference: https://jsfiddle.net/silverwind/1va6972r/

[Here](https://stackoverflow.com/questions/77651244) it says:

> The differences between normal, break-word and anywhere are only clear
if you are using width: min-content on the element containing the text,
and you also set a max-width. A pretty rare scenario.

I don't think this difference will make any practical impact as we are
not hitting this rare scenario.

(cherry picked from commit 5556782ebeb1ca4d17e2fff434b11651887b9899)
2024-05-12 20:03:10 +02:00
..
chroma
codemirror
editor
features Forbid deprecated break-word in CSS (#30934) 2024-05-12 20:03:10 +02:00
markup
modules Fix border-radius of header+segment boxes (#30667) 2024-04-28 15:39:01 +02:00
repo Fix issue card layout (#30800) 2024-05-05 12:15:40 +01:00
shared Forbid deprecated break-word in CSS (#30934) 2024-05-12 20:03:10 +02:00
standalone
themes [THEME] Fix some 7.0 missing variables 2024-05-09 21:58:23 +05:00
actions.css
admin.css
base.css
dashboard.css
explore.css
font_i18n.css
form.css Fix colour contrast issues 2024-04-30 01:48:30 +02:00
helpers.css Forbid deprecated break-word in CSS (#30934) 2024-05-12 20:03:10 +02:00
home.css
index.css
install.css
org.css
repo.css Forbid deprecated break-word in CSS (#30934) 2024-05-12 20:03:10 +02:00
review.css
user.css