Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc: overflow:auto doesn't work nicely on small screens #54834

Merged
merged 1 commit into from
Oct 6, 2018

Conversation

kzys
Copy link
Contributor

@kzys kzys commented Oct 5, 2018

This property was introduced by 3f92ff3, but looks it doesn't
overwrap even without the property.

Fixes #54672.

This property was introduced by 3f92ff3, but looks it doesn't
overwrap even without the property.

Fixes rust-lang#54672.
@rust-highfive
Copy link
Collaborator

Some changes occurred in HTML/CSS.

cc @GuillaumeGomez

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 5, 2018
@alexcrichton
Copy link
Member

r? @steveklabnik

@kzys
Copy link
Contributor Author

kzys commented Oct 5, 2018

@GuillaumeGomez
Copy link
Member

Indeed, thanks for the fix!

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Oct 5, 2018

📌 Commit 2feea63 has been approved by GuillaumeGomez

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 5, 2018
pietroalbini added a commit to pietroalbini/rust that referenced this pull request Oct 5, 2018
…omez

rustdoc: overflow:auto doesn't work nicely on small screens

This property was introduced by 3f92ff3, but looks it doesn't
overwrap even without the property.

Fixes rust-lang#54672.
bors added a commit that referenced this pull request Oct 6, 2018
Rollup of 11 pull requests

Successful merges:

 - #54078 (Expand the documentation for the `std::sync` module)
 - #54717 (Cleanup rustc/ty part 1)
 - #54781 (Add examples to `TyKind::FnDef` and `TyKind::FnPtr` docs)
 - #54787 (Only warn about unused `mut` in user-written code)
 - #54804 (add suggestion for inverted function parameters)
 - #54812 (Regression test for #32382.)
 - #54833 (make `Parser::parse_foreign_item()` return a foreign item or error)
 - #54834 (rustdoc: overflow:auto doesn't work nicely on small screens)
 - #54838 (Fix typo in src/libsyntax/parse/parser.rs)
 - #54851 (Fix a regression in 1.30 by reverting #53564)
 - #54853 (Remove unneccessary error from test, revealing NLL error.)

Failed merges:

r? @ghost
@bors bors merged commit 2feea63 into rust-lang:master Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants