Skip to content

Commit

Permalink
rustdoc: overflow:auto doesn't work nicely on small screens
Browse files Browse the repository at this point in the history
This property was introduced by 3f92ff3, but looks it doesn't
overwrap even without the property.

Fixes #54672.
  • Loading branch information
kzys committed Oct 5, 2018
1 parent eb50e75 commit 2feea63
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 2feea63

Please sign in to comment.