1
1
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:
Xaver Maierhofer
2019-05-14 06:11:22 +02:00
committed by techknowlogick
parent 6123840745
commit 0e057eb033
2 changed files with 6 additions and 0 deletions

View File

@ -393,6 +393,11 @@
.plain-text {
padding: 1em 2em 1em 2em;
pre {
word-break: break-word;
white-space: pre-wrap;
}
}
pre {