Skip to content

Commit

Permalink
Rollup merge of rust-lang#54834 - kzys:fix-small-screen, r=GuillaumeG…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
pietroalbini committed Oct 5, 2018
2 parents a95a6e2 + 2feea63 commit f1b42c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/html/static/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod):not(.important), h4
h1.fqn {
border-bottom: 1px dashed;
margin-top: 0;
overflow: auto;
}
h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
border-bottom: 1px solid;
Expand Down

0 comments on commit f1b42c5

Please sign in to comment.