Skip to content

Commit 812994e

Browse files
Fix display for "implementors" section
1 parent e1ff91f commit 812994e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ h4 > code, h3 > code, .invisible > code {
547547
font-size: 0.8em;
548548
}
549549

550-
.content .methods > div:not(.notable-traits) {
550+
.content .methods > div:not(.notable-traits):not(.methods) {
551551
margin-left: 40px;
552552
margin-bottom: 15px;
553553
}

0 commit comments

Comments
 (0)