x/pkgsite: long filenames overflow in "Package Files" section #40889
Milestone
Comments
Change https://golang.org/cl/249122 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When viewing the documentation for https://pkg.go.dev/github.com/pion/dtls?tab=doc (tested on Chrome 84 and Firefox 79), I see
If I add the CSS property
word-break: break-all;
to.Documentation a
, I seewhich is the behavior I would want to see.
The text was updated successfully, but these errors were encountered: