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.

Fix markup content overflow (#34072)

Fix #34069: use `overflow-wrap: anywhere` to correctly wrap overflowed
content.

(cherry picked from commit 0fd5392087d35ebe2268f32de422342020e573b9)

authored by

Kerwin Bryant and committed by
Michael Jerger
39341df8 8296a23d

+1 -1
+1 -1
web_src/css/markup/content.css
··· 2 2 overflow: hidden; 3 3 font-size: 16px; 4 4 line-height: 1.5 !important; 5 - word-wrap: break-word; 5 + overflow-wrap: anywhere; 6 6 } 7 7 8 8 .markup > *:first-child {