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. |
|
Message from Dmitri Shuralyov: Patch Set 2: Patch Set 1 was rebased The following files contain Git conflicts:
Please don’t reply on this GitHub thread. Visit golang.org/cl/698815. |
|
Message from Dmitri Shuralyov: Patch Set 3: Published edit on patch set 2. Please don’t reply on this GitHub thread. Visit golang.org/cl/698815. |
|
Message from Dmitri Shuralyov: Patch Set 4: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/698815. |
|
Message from Dmitri Shuralyov: Patch Set 4: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/698815. |
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.dev website,
but for now this is the minimal, straightforward fix to close this issue.
Fixes golang/go#75112.