minor #17552 Remove invalid CSS white-space value (Triiistan)

This PR was merged into the 2.3 branch.

Discussion
----------

Remove invalid CSS white-space value

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

03d3182 Remove invalid CSS white-space value
This commit is contained in:
Fabien Potencier 2016-01-27 11:20:13 +01:00
commit 72fa3bdda9
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
padding: 5px 4px;
list-style-type: decimal;
margin-left: 20px;
white-space: break-word;
}
.sf-reset #logs .traces li.error {
font-style: normal;

View File

@ -7,7 +7,6 @@
padding: 5px 4px;
list-style-type: decimal;
margin-left: 20px;
white-space: break-word;
}
.sf-reset #logs .traces li.error {
font-style: normal;