From b64b6040e18b8c6db6162d533d4feec797064755 Mon Sep 17 00:00:00 2001 From: Takashi Fujita Date: Tue, 18 Dec 2018 18:56:45 +0900 Subject: [PATCH 1/2] report: fix audits DOM style fix: some texts protruded from the box of runtime-settings --- lighthouse-core/report/html/templates.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lighthouse-core/report/html/templates.html b/lighthouse-core/report/html/templates.html index 2adbb3e488eb..326422e4f4ef 100644 --- a/lighthouse-core/report/html/templates.html +++ b/lighthouse-core/report/html/templates.html @@ -450,6 +450,7 @@ font-family: var(--monospace-font-family); font-size: var(--caption-font-size); padding-left: 5px; + word-break: break-all; }