Fix markup content overflow (#34072)

Fix #34069: 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 {