From 2d4042d4ab3a2021819dce91eb228daf8fa5e557 Mon Sep 17 00:00:00 2001 From: Emmanuel T Odeke Date: Fri, 26 Feb 2021 02:27:24 -0800 Subject: all: update golang.org/x/* dependencies Updates src/ and src/cmd/* dependencies, using go mod vendor as well as updatestd -branch=master -goroot=$GOROOT This change was ran in anticipation of bringing in x/net/http2 CL 237957. For #32112. For #36905. Change-Id: If8cefc348463b6d82d85020b57db411213720ef8 Reviewed-on: https://go-review.googlesource.com/c/go/+/296789 Trust: Emmanuel Odeke Trust: Dmitri Shuralyov Trust: Bryan C. Mills Run-TryBot: Emmanuel Odeke TryBot-Result: Go Bot Reviewed-by: Alexander Rakoczy --- src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go') diff --git a/src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go b/src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go index 4f7610c7e5..b8e8b50b94 100644 --- a/src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go +++ b/src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go @@ -62,6 +62,7 @@ a { .header .title h1 { font-size: 1.75em; margin-right: 1rem; + margin-bottom: 4px; } .header .title a { color: #212121; -- cgit v1.3-5-g9baa