Range: wrap reference table to prevent Safari overflow#66
Range: wrap reference table to prevent Safari overflow#66davidizzle wants to merge 1 commit intogolang:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
This PR (HEAD: 27a2761) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/wiki/+/698815. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/698815. |
Reference issue: #75112 (on golang/go not golang/wiki)
golang/go#75112
The problem is the MarkDown table overflows from mobile on Safari.
The easy fix is to wrap it in an HTML div that enables horizontal scroll. This could be propagated to any and all table on the go/wiki website, but for now this is the minimal, straightforward fix to close this issue.