Skip to content

Commit fbc794f

Browse files
Fix style
1 parent 315a16f commit fbc794f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,11 @@ details.toggle > summary:not(.hideme)::before {
18281828
left: -24px;
18291829
}
18301830

1831+
details.implementors-toggle > summary:not(.hideme)::before {
1832+
left: -34px;
1833+
top: 9px;
1834+
}
1835+
18311836
/* When a "hideme" summary is open and the "Expand description" or "Show
18321837
methods" text is hidden, we want the [-] toggle that remains to not
18331838
affect the layout of the items to its right. To do that, we use

0 commit comments

Comments
 (0)