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

Fix layout in Summary condensed view on Page Not Scanned pages #404

Merged
merged 2 commits into from Jul 2, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

Fix layout in Summary condensed view on Page Not Scanned pages

  • Loading branch information
wlycdgr committed Jun 27, 2019
commit 5a6a508f1e77d35ff3cb2a26f76e222e0d80e94e
@@ -743,7 +743,7 @@ class Summary extends React.Component {
{!disableBlocking && this._renderPageLoadTime()}
</div>

{isCondensed && disableBlocking && is_expert && (
{isCondensed && disableBlocking && (
<div className="Summary__spaceTaker" />
)}

@@ -179,7 +179,7 @@
}

.Summary__spaceTaker {
height: 162px;
height: 140px;
}

.Summary__ghosteryFeaturesContainer {
ProTip! Use n and p to navigate between commits in a pull request.