Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Nov 6, 2018
1 parent ed2d9ea commit 49b5336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lighthouse-core/report/html/report-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -642,11 +642,15 @@ details, summary {
margin-top: calc(var(--circle-size)/2 * -1);
border-bottom: none;
}
.lh-audit-group--metrics .lh-audit-group__summary {
margin-bottom: 0;
}

.lh-audit-group__summary {
display: flex;
justify-content: space-between;
padding-right: var(--text-indent);
margin-bottom: var(--lh-audit-vpadding);
}

.lh-audit-group__itemcount {
Expand Down

0 comments on commit 49b5336

Please sign in to comment.