Rollup merge of #103462 - notriddle:notriddle/source-pre-rust-white-space, r=Dylan-DPC

rustdoc: remove no-op CSS `.source pre.rust { white-space: pre }`

This rule, added in 49e6db7f35, overrode a rule in normalize.css.

49e6db7f35/src/librustdoc/html/static/normalize.css (L169-L175)

When normalize.css was updated, this rule went away.

a8edd0c5aa
This commit is contained in:
Yuki Okushi 2022-10-25 08:01:29 +09:00 committed by GitHub
commit db0e438370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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