1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-05-01 13:48:19 +00:00

Fix markup content overflow ()

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

(cherry picked from commit 0fd5392087d35ebe2268f32de422342020e573b9)
This commit is contained in:
Kerwin Bryant 2025-03-31 11:56:03 +08:00 committed by Michael Jerger
parent 8296a23d79
commit 39341df8cb

View file

@ -2,7 +2,7 @@
overflow: hidden;
font-size: 16px;
line-height: 1.5 !important;
word-wrap: break-word;
overflow-wrap: anywhere;
}
.markup > *:first-child {