Rollup merge of #105619 - notriddle:notriddle/source-pre-overflow, r=GuillaumeGomez

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:
Matthias Krüger 2022-12-12 19:20:38 +01:00 committed by GitHub
commit ab29c0459c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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