add wrapping to <pre> blocks

This commit is contained in:
Frédéric Péters 2019-05-05 16:22:53 +02:00
parent e29a6f02dc
commit 0afbc3f39f
1 changed files with 4 additions and 0 deletions

View File

@ -302,6 +302,10 @@ div.wiki img {
max-width: 100%;
}
div.wiki pre {
white-space: pre-wrap;
}
div.issue {
border: 1px solid #ccc;
border-radius: 8px;