x/pkgsite: insufficient line-height for bullet lists in rendered markdown #42800
Comments
Change https://golang.org/cl/272826 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the URL of the page with the issue?
https://pkg.go.dev/gonum.org/v1/plot, for example
What is your user agent?
Screenshot
Note how the text in the bullet list is a little squeezed. The line-height isn't explicitly set, so it takes the default value, which at least in my browser is uncomfortably small. Note how the
<code>
sections even overlap a little with the adjacent lines.Here's a screenshot with the
ul
'sline-height
set to24px
, which is theline-height
of the surrounding paragraphs of text:The text was updated successfully, but these errors were encountered: