diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-12-12 19:20:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-12 19:20:38 +0100 |
| commit | ab29c0459c8a10ff80219ddc3e80c79aec677809 (patch) | |
| tree | d46ea92e62c30a1780d2999a1ff39a85042b6c0e /src | |
| parent | f5852c41a0190553db8a003d0edd2c66d2348410 (diff) | |
| parent | bfc50d0534e5f2389b375795e5e17862b59fd809 (diff) | |
| download | rust-ab29c0459c8a10ff80219ddc3e80c79aec677809.tar.gz rust-ab29c0459c8a10ff80219ddc3e80c79aec677809.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 91162ca4892..d22d2f2edb0 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -523,7 +523,6 @@ ul.block, .block li { } .source .content pre.rust { - overflow: auto; padding-left: 0; } |
