rustdoc: short vertical spacing on associated types #103782
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
On https://doc.rust-lang.org/nightly/std/ascii/struct.EscapeDefault.html#impl-Iterator-for-EscapeDefault, the spacing below
type Item = u8
and below Item's docblock is too short. Nightly:Stable (correct):
I think this is related to #103364, since the selector that is supposed to give the summary a
margin-bottom: 0.75em;
changed from.implementors-toggle summary
to.implementors-toggle > summary
./cc @notriddle
The text was updated successfully, but these errors were encountered: