Fix indent of impl docs
This commit is contained in:
parent
1feccc1edf
commit
7a895bd87a
1 changed files with 4 additions and 1 deletions
|
|
@ -2319,7 +2319,10 @@ details.toggle > summary:not(.hideme)::before {
|
|||
doc block while aligning it with the impl block items. */
|
||||
.implementors-toggle > .docblock,
|
||||
/* We indent trait items as well. */
|
||||
#main-content > .methods > :not(.item-info) {
|
||||
#main-content > .methods > :not(.item-info),
|
||||
.impl > .item-info,
|
||||
.impl > .docblock,
|
||||
.impl + .docblock {
|
||||
margin-left: var(--impl-items-indent);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue