mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
Fix plain text overflow line wrap (#6915)
This commit is contained in:
committed by
techknowlogick
parent
6123840745
commit
0e057eb033
@ -393,6 +393,11 @@
|
||||
|
||||
.plain-text {
|
||||
padding: 1em 2em 1em 2em;
|
||||
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
|
Reference in New Issue
Block a user