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

avoid extra margins that break layout #63

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

coyotebush
Copy link

The extra few pixels of border on .file-container and the browser-default margins on .syntax-menu p and the no-modifications p lead to containers that scroll by only a few pixels on browse and review.

For instance, in Firefox browse looks like this to me (note the outer scrollbar and the gap above the inner scrollbar):
scroll

This change largely fixes those problems.

And while I'm at it, this also makes the review submit button actually hidden on a completed review.

cc @jbclements

Browsers add margins to <p> elements by default, which breaks the review
page layout at least in Firefox.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant