mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-25 04:57:31 +00: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
8296a23d79
commit
39341df8cb
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
Reference in a new issue