add line wrapping for code

このコミットが含まれているのは:
Arya Kiran 2023-03-09 21:26:45 +05:30
コミット dda3e78f0e
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 842D12BDA50DF120
1個のファイルの変更4行の追加0行の削除

ファイルの表示

@ -5,6 +5,10 @@
<style> <style>
// prettier-ignore // prettier-ignore
{{.css}} {{.css}}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
</style> </style>
<div class="downloadParent"> <div class="downloadParent">
<a href="/{{.fullname}}" class="button">Back to {{.fullname}}</a> <a href="/{{.fullname}}" class="button">Back to {{.fullname}}</a>