1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02:00
This commit is contained in:
slene 2014-03-20 21:24:15 +08:00
parent 47234f1031
commit c8790eb7d3
2 changed files with 3 additions and 2 deletions

View file

@ -647,6 +647,9 @@ html, body {
padding: 30px 30px 50px;
border: none;
background-color: #FFF;
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
}
.file-content .file-body pre {