From 51b6d237bbaf7fe19c073d80277b6b34187cca3e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 1 Feb 2016 20:25:13 -0500 Subject: Use whitespace:pre to avoid having to convert spaces in the HTML report. Fixes #472. --- coverage/htmlfiles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/htmlfiles') diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 186b085b..4f43b591 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -226,7 +226,7 @@ td.text { margin: 0; padding: 0 0 0 .5em; border-left: 2px solid #ffffff; - white-space: nowrap; + white-space: pre; } .text p.mis { -- cgit v1.2.1