Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/compile: fix misalignment in sources column of generated ssa.html
Fix regression where line numbers in the sources column of generated ssa.html output became misaligned with the source code. This was due to some new margins applied to certain h2 elements during the work to combine identical columns. Fixes golang#38612 Change-Id: I067ccbfa30d5de5be29aab9863bc1e21f6ded128 Reviewed-on: https://go-review.googlesource.com/c/go/+/229766 Reviewed-by: Josh Bleecher Snyder <[email protected]> Run-TryBot: Josh Bleecher Snyder <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
- Loading branch information