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:
Michael Howell 2022-12-12 09:56:15 -07:00
parent 37d7de3379
commit bfc50d0534

View File

@ -523,7 +523,6 @@ ul.block, .block li {
}
.source .content pre.rust {
overflow: auto;
padding-left: 0;
}