mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
rustdoc: remove no-op CSS .source .content { max-width: none }
This rule originated in7669f04fb0
, to override the default, limited line-width that makes sense for prose, but doesn't make sense for code (which typically uses hard-wrapped lines):7669f04fb0/src/librustdoc/html/static/main.css (L153)
This line width limiter isn't applied to the `<div class="content">` node any more. It's been moved to a separate wrapper `<div>` that used to be called `main-inner` (in135281ed15
) but is now called `width-limiter` (sinced7528e2157
).
This commit is contained in:
parent
1676a9ad61
commit
ac8628bcf6
@ -346,7 +346,6 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.source .content {
|
.source .content {
|
||||||
max-width: none;
|
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user