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 3c83596 commit bf03dd0Copy full SHA for bf03dd0
src/librustdoc/html/static/rustdoc.css
@@ -509,7 +509,7 @@ a {
509
.anchor {
510
display: none;
511
position: absolute;
512
- left: -5px;
+ left: -7px;
513
}
514
.anchor.field {
515
left: -5px;
@@ -906,6 +906,10 @@ span.since {
906
.content .impl-items .method, .content .impl-items > .type, .impl-items > .associatedconstant {
907
display: flex;
908
909
+
910
+ .anchor {
911
+ left: -5px;
912
+ }
913
914
915
@media print {
0 commit comments