mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
add line wrapping for code
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
<style>
|
||||
// prettier-ignore
|
||||
{{.css}}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
</style>
|
||||
<div class="downloadParent">
|
||||
<a href="/{{.fullname}}" class="button">Back to {{.fullname}}</a>
|
||||
|
||||
Reference in New Issue
Block a user