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.
2024-05-10 12:25:49 +00:00
..
codeeditor.css Fix all rounded borders, change affected tab menus to pills (#30707) 2024-04-29 20:53:15 +00:00
colorpicker.css Replace coloris with vanilla-colorful (#30201) 2024-04-03 09:15:06 +00:00
console.css Forbid deprecated `break-word` in CSS (#30934) 2024-05-10 12:25:49 +00:00
dropzone.css Unify `border-radius` behavior (#26770) 2023-08-28 19:43:59 +00:00
gitgraph.css Fix various loading states, remove `.loading` class (#29920) 2024-03-21 16:31:15 +00:00
heatmap.css Add hover outline to heatmap squares (#30828) 2024-05-02 14:56:17 +00:00
imagediff.css Improve Image Diff UI (#26696) 2023-08-24 12:13:23 +00:00
projects.css Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
tribute.css Unify `border-radius` behavior (#26770) 2023-08-28 19:43:59 +00:00