Skip to content

Commit

Permalink
Fix display for "implementors" section
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 13, 2021
1 parent e1ff91f commit 812994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ h4 > code, h3 > code, .invisible > code {
font-size: 0.8em;
}

.content .methods > div:not(.notable-traits) {
.content .methods > div:not(.notable-traits):not(.methods) {
margin-left: 40px;
margin-bottom: 15px;
}
Expand Down

0 comments on commit 812994e

Please sign in to comment.