mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-06-26 17:00:04 +02:00
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:
parent
895383fee0
commit
bc1e54f739
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
overflow: hidden;
|
||||
font-size: 16px;
|
||||
line-height: 1.5 !important;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.markup > *:first-child {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue