We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1feccc1 commit 7a895bdCopy full SHA for 7a895bd
src/librustdoc/html/static/css/rustdoc.css
@@ -2319,7 +2319,10 @@ details.toggle > summary:not(.hideme)::before {
2319
doc block while aligning it with the impl block items. */
2320
.implementors-toggle > .docblock,
2321
/* We indent trait items as well. */
2322
-#main-content > .methods > :not(.item-info) {
+#main-content > .methods > :not(.item-info),
2323
+.impl > .item-info,
2324
+.impl > .docblock,
2325
+.impl + .docblock {
2326
margin-left: var(--impl-items-indent);
2327
}
2328
0 commit comments