Skip to content

Commit c284478

Browse files
jamalcgopherbot
authored andcommitted
_content: fix download table overflow
Fixes golang/go#59949. Change-Id: Ia0c633f935334ade7292d7b35e18315fa77e04b9 Reviewed-on: https://go-review.googlesource.com/c/website/+/498055 Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Auto-Submit: Jamal Carvalho <jamal@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent f734127 commit c284478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_content/dl.tmpl

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ go install golang.org/dl/{{.Version}}@latest
9999
{{end}}
100100

101101
{{define "download-files"}}
102+
<div style="overflow:auto;">
102103
<table class="downloadtable">
103104
<thead>
104105
<tr class="first">
@@ -121,6 +122,7 @@ go install golang.org/dl/{{.Version}}@latest
121122
{{range .Files}}{{template "download-file" .}}{{end}}
122123
{{end}}
123124
</table>
125+
</div>
124126
{{end}}
125127

126128
{{define "download-file"}}

0 commit comments

Comments
 (0)