Skip to content

Commit 10b9370

Browse files
Fix line number display in source view
1 parent 96d565b commit 10b9370

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,10 @@ span.since {
11131113
h1.fqn {
11141114
overflow: initial;
11151115
}
1116+
1117+
#main > .line-numbers {
1118+
margin-top: 0;
1119+
}
11161120
}
11171121

11181122
@media print {

0 commit comments

Comments
 (0)