From dcfbdf43eb33b1cfa237a208f265287ea02ad7c0 Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Thu, 19 Nov 2020 11:54:20 +0100 Subject: [PATCH] Use a CSS class to format tabled results --- OOMAnalyser.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 415f10c..b0f80f9 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -59,7 +59,7 @@ max-height: 200px; } - table { + .result__table { border-collapse: collapse; padding: 10px; table-layout: fixed; @@ -261,7 +261,7 @@ function goBack() { including the original OOM identifier in brackets. The extracted information is displayed in the second column. The last column contains further details and additional information.

- +