From 126ee87172a7175190c476a95b1b52b2d2712189 Mon Sep 17 00:00:00 2001 From: Shane Exterkamp Date: Mon, 7 Jan 2019 15:43:39 -0800 Subject: [PATCH] Remove trailing comma from CSS --- lighthouse-core/report/html/report-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-core/report/html/report-styles.css b/lighthouse-core/report/html/report-styles.css index 5d88e5c96a5f..07b8cb9eea2a 100644 --- a/lighthouse-core/report/html/report-styles.css +++ b/lighthouse-core/report/html/report-styles.css @@ -787,7 +787,7 @@ } .lh-scores-header .lh-gauge__wrapper, -.lh-scores-header .lh-gauge--pwa__wrapper, { +.lh-scores-header .lh-gauge--pwa__wrapper { margin: 0 4px; }