Fix line numbers display
This commit is contained in:
parent
91d5d56c00
commit
e41e85cb5c
1 changed files with 2 additions and 2 deletions
|
@ -282,7 +282,7 @@ nav.sub {
|
|||
padding-left: 0;
|
||||
}
|
||||
|
||||
:not(.source) .example-wrap {
|
||||
.rustdoc:not(.source) .example-wrap {
|
||||
display: inline-flex;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
@ -300,7 +300,7 @@ nav.sub {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
:not(.source) .example-wrap > pre.rust {
|
||||
.rustdoc:not(.source) .example-wrap > pre.rust {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue