1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 18:35:23 +02:00

Fix code overflow (#6914)

This commit is contained in:
Xaver Maierhofer 2019-05-14 18:02:59 +02:00 committed by techknowlogick
parent e55c874dd2
commit 95d3d42c5f
3 changed files with 8 additions and 1 deletions

View file

@ -65,4 +65,10 @@
margin-left: 5px;
}
}
code,
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
}