rustdoc: remove no-op CSS .source pre { overflow: auto }
Since source pages use the `example-wrap` wrapper, this rule became redundant because there is already an `overflow-x: auto` rule.
This commit is contained in:
parent
37d7de3379
commit
bfc50d0534
1 changed files with 0 additions and 1 deletions
|
@ -523,7 +523,6 @@ ul.block, .block li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.source .content pre.rust {
|
.source .content pre.rust {
|
||||||
overflow: auto;
|
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue