diff: scroll diff on overflow

This commit is contained in:
Anirudh Oppiliappan 2022-12-19 22:15:03 +05:30
parent 2f508f865f
commit 150d81df6c
No known key found for this signature in database
GPG Key ID: 8A93F96F78C5D4C4
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,6 @@
{{ else }} {{ else }}
<a href="/{{ $repo }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a> <a href="/{{ $repo }}/blob/{{ $this }}/{{ .Name.New }}">{{ .Name.New }}</a>
{{- end -}} {{- end -}}
</div>
{{ if .IsBinary }} {{ if .IsBinary }}
<p>Not showing binary file.</p> <p>Not showing binary file.</p>
{{ else }} {{ else }}
@ -88,6 +87,7 @@
{{- end -}} {{- end -}}
</pre> </pre>
</div> </div>
</div>
{{ end }} {{ end }}
</section> </section>
</main> </main>