mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-09 03:45:22 +02:00
Fix plain text overflow line wrap (#6915)
This commit is contained in:
parent
6123840745
commit
0e057eb033
2 changed files with 6 additions and 0 deletions
|
@ -393,6 +393,11 @@
|
|||
|
||||
.plain-text {
|
||||
padding: 1em 2em 1em 2em;
|
||||
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue