You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/css/features
silverwind 5556782ebe
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.
9 months ago
..
codeeditor.css Fix all rounded borders, change affected tab menus to pills (#30707) 10 months ago
colorpicker.css Replace coloris with vanilla-colorful (#30201) 11 months ago
console.css Forbid deprecated `break-word` in CSS (#30934) 9 months ago
dropzone.css
gitgraph.css
heatmap.css Add hover outline to heatmap squares (#30828) 10 months ago
imagediff.css
projects.css Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 10 months ago
tribute.css