From 49b53362c879d7c32d46fef08ac00098ba817266 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Tue, 6 Nov 2018 14:56:48 -0800 Subject: [PATCH] fix margin --- lighthouse-core/report/html/report-styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lighthouse-core/report/html/report-styles.css b/lighthouse-core/report/html/report-styles.css index 58e5105a3b3c..eb3eddc616fb 100644 --- a/lighthouse-core/report/html/report-styles.css +++ b/lighthouse-core/report/html/report-styles.css @@ -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 {