From 3b558c7fd582ed3007c151859382d37692996035 Mon Sep 17 00:00:00 2001 From: Ahmad Alfy Date: Mon, 22 Apr 2019 16:47:16 +0200 Subject: [PATCH] report(tables): change table layout to fixed to ensure proper display of all columns --- lighthouse-core/report/html/report-styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lighthouse-core/report/html/report-styles.css b/lighthouse-core/report/html/report-styles.css index b7c0699271a6..ba16846af7b3 100644 --- a/lighthouse-core/report/html/report-styles.css +++ b/lighthouse-core/report/html/report-styles.css @@ -987,6 +987,7 @@ .lh-table { --image-preview-size: 24px; border-collapse: collapse; + table-layout: fixed; } .lh-table thead {