mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-16 01:43:24 +09: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