Fix top banner hiding text#465
Merged
Merged
Conversation
Member
|
I didn't even realize this was a problem with docs.rs, I thought firefox was being wacky. Thanks for fixing this! |
jyn514
reviewed
Nov 2, 2019
Member
jyn514
left a comment
There was a problem hiding this comment.
Looks great besides this one nit!
Member
Member
Author
There was a problem hiding this comment.
Oh funny. Can you open an issue about this (and maybe even a PR?). I don't want to mix more things in this PR.
Member
There was a problem hiding this comment.
I'm not sure I understand, do you mean in the main rust repo? If you just add the padding back in (like it was before) it works fine.
Member
Author
There was a problem hiding this comment.
Oh crap! Completely missed the fact that I removed it. Good catch! Sorry for not understanding at first.
Closed
33527fe to
60ded3b
Compare
Member
Author
|
@jyn514 I have put back what I mistakenly removed. |
Member
|
Great, thanks so much! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

I don't know what happened with the CSS formatting so I fixed it... But the important commit is the second one: it prevents text to go under the top banner. For example: https://docs.rs/halt/0.3.0/halt/struct.Invalid.html#implementations, the title won't "disappear" under the banner.
cc @pietroalbini