loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Add class tw-break-anywhere' (#3718) from 0ko/forgejo:ui-pick-break into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3718
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+3
+3
web_src/css/helpers.css
··· 52 52 */ 53 53 .tw-hidden.tw-hidden { display: none !important; } 54 54 55 + /* proposed class from https://github.com/tailwindlabs/tailwindcss/pull/12128 */ 56 + .tw-break-anywhere { overflow-wrap: anywhere !important; } 57 + 55 58 @media (max-width: 767.98px) { 56 59 /* double selector so it wins over .tw-flex (old .gt-df) etc */ 57 60 .not-mobile.not-mobile {