Fix markup content overflow (#34072)

Fix #34069: use `overflow-wrap: anywhere` to correctly wrap overflowed
content.
pull/34075/head^2
Kerwin Bryant 2025-03-31 11:56:03 +08:00 committed by GitHub
parent 2f43544c01
commit 0fd5392087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,7 @@
overflow: hidden;
font-size: 16px;
line-height: 1.5 !important;
overflow-wrap: break-word;
}
.conversation-holder .markup {
overflow-wrap: anywhere; /* prevent overflow in code comments. TODO: properly restrict .conversation-holder width and remove this */
overflow-wrap: anywhere;
}
.markup > *:first-child {