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 | 0a792695acfa3a0c2a150d2164317a71563d8e82 (patch) | |
| tree | d9cf9b086fdcdd4478acdf7685fffadd23c4cdf9 /coverage/htmlfiles | |
| parent | a731a1b98bae1ed779a8dac5c89c203dbc7842ec (diff) | |
| download | python-coveragepy-0a792695acfa3a0c2a150d2164317a71563d8e82.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 186b085..4f43b59 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 { |
