0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 13:51:45 +01:00
gitea/web_src/css
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
..
chroma
codemirror
editor
features Forbid deprecated break-word in CSS (#30934) 2024-05-10 12:25:49 +00:00
markup Markup color and font size fixes (#30282) 2024-04-06 23:06:27 +02:00
modules Add missing menu active item background back (#30897) 2024-05-08 23:01:25 +00:00
repo Fix issue card layout (#30800) 2024-05-02 11:19:44 +00:00
shared Forbid deprecated break-word in CSS (#30934) 2024-05-10 12:25:49 +00:00
standalone
themes Diff color enhancements, add line number background (#30670) 2024-04-26 19:37:21 +00:00
actions.css Fix various overflows on actions view (#30344) 2024-04-15 19:46:52 +00:00
admin.css
base.css Fix some UI problems (dropdown/container) (#30849) 2024-05-06 07:17:22 +00:00
dashboard.css Pulse page improvements (#30149) 2024-04-14 09:21:16 +00:00
explore.css
font_i18n.css
form.css Fix some UI problems (dropdown/container) (#30849) 2024-05-06 07:17:22 +00:00
helpers.css Forbid deprecated break-word in CSS (#30934) 2024-05-10 12:25:49 +00:00
home.css
index.css Remove fomantic dimmer module (#30723) 2024-04-29 14:49:50 +00:00
install.css Fix some UI problems (install/checkbox) (#30854) 2024-05-06 06:32:05 +00:00
org.css Remove fomantic checkbox module (#30162) 2024-03-29 04:56:01 +00:00
repo.css Forbid deprecated break-word in CSS (#30934) 2024-05-10 12:25:49 +00:00
review.css Fix: The interface is broken when modifying code comments under mobile devices (#30125) 2024-03-27 08:13:12 +00:00
user.css