From c660975cac6e1430ecc67870a33237cd195f015e Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 4 Sep 2019 17:29:08 -0700 Subject: [PATCH] report: don't use unnessary monospace (#9626) --- lighthouse-core/audits/deprecations.js | 2 +- lighthouse-core/test/results/sample_v2.json | 2 +- proto/sample_v2_round_trip.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lighthouse-core/audits/deprecations.js b/lighthouse-core/audits/deprecations.js index 4dfa35a94566..381be4c06a45 100644 --- a/lighthouse-core/audits/deprecations.js +++ b/lighthouse-core/audits/deprecations.js @@ -67,7 +67,7 @@ class Deprecations extends Audit { /** @type {LH.Audit.Details.Table['headings']} */ const headings = [ - {key: 'value', itemType: 'code', text: str_(UIStrings.columnDeprecate)}, + {key: 'value', itemType: 'text', text: str_(UIStrings.columnDeprecate)}, {key: 'url', itemType: 'url', text: str_(i18n.UIStrings.columnURL)}, {key: 'lineNumber', itemType: 'text', text: str_(UIStrings.columnLine)}, ]; diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index 4c60ba3f64bd..4bb1370f2b5d 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -596,7 +596,7 @@ "headings": [ { "key": "value", - "itemType": "code", + "itemType": "text", "text": "Deprecation / Warning" }, { diff --git a/proto/sample_v2_round_trip.json b/proto/sample_v2_round_trip.json index 96434fe94261..750498dddfff 100644 --- a/proto/sample_v2_round_trip.json +++ b/proto/sample_v2_round_trip.json @@ -403,7 +403,7 @@ "details": { "headings": [ { - "itemType": "code", + "itemType": "text", "key": "value", "text": "Deprecation / Warning" },