x/pkgsite: subdirectories tab for k8s.io/kubernetes overflows table #40946
Labels
Milestone
Comments
Can I take this issue? |
Go ahead, thanks @rahulw! |
Created a pull request on the pkgsite repo - golang/pkgsite#4 |
rahulw
added a commit
to rahulw/pkgsite
that referenced
this issue
Aug 21, 2020
The subdirectories table is overflowing for package k8s.io/kubernetes hence adding a maximum width to the table. Fixes golang/go#40946
rahulw
added a commit
to rahulw/pkgsite
that referenced
this issue
Aug 21, 2020
The subdirectories table is overflowing for package https://pkg.go.dev//k8s.io/kubernetes hence adding a maximum width to the table. Fixes golang/go#40946
Change https://golang.org/cl/249839 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The content on https://pkg.go.dev//k8s.io/kubernetes overflows the table:
Setting
max-width: 30rem
on.Directories td
seems to fix this page:/cc @jamalc
The text was updated successfully, but these errors were encountered: