1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 23:28:36 +00: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;
}
}