diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-01 20:25:13 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-02-01 20:25:13 -0500 |
commit | 51b6d237bbaf7fe19c073d80277b6b34187cca3e (patch) | |
tree | f7a84f0c254997b8445cea2ab7b57504098ac791 /coverage/htmlfiles | |
parent | e2e3e0f3f43535a2bccf432ca0f7bba6191faa8e (diff) | |
download | python-coveragepy-git-51b6d237bbaf7fe19c073d80277b6b34187cca3e.tar.gz |
Use whitespace:pre to avoid having to convert spaces in the HTML report. Fixes #472.
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |