diff: scroll diff on overflow
This commit is contained in:
parent
2f508f865f
commit
150d81df6c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue