Skip to content

Commit 89f4f1b

Browse files
Fix anchor not always being put at the right place
1 parent 9e0ccc5 commit 89f4f1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+3
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,9 @@ a {
528528
.anchor.field {
529529
left: -5px;
530530
}
531+
.small-section-header > .anchor {
532+
left: -28px;
533+
}
531534
.anchor:before {
532535
content: '\2002\00a7\2002';
533536
}

0 commit comments

Comments
 (0)