mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Fix line number display in source view
This commit is contained in:
parent
96d565be01
commit
10b9370286
@ -1113,6 +1113,10 @@ span.since {
|
||||
h1.fqn {
|
||||
overflow: initial;
|
||||
}
|
||||
|
||||
#main > .line-numbers {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
Loading…
Reference in New Issue
Block a user