Fix line number display in source view
This commit is contained in:
parent
96d565be01
commit
10b9370286
1 changed files with 4 additions and 0 deletions
|
@ -1113,6 +1113,10 @@ span.since {
|
|||
h1.fqn {
|
||||
overflow: initial;
|
||||
}
|
||||
|
||||
#main > .line-numbers {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
Loading…
Add table
Reference in a new issue