bug #27341 [WebProfilerBundle] Fixed validator/dump trace CSS (yceruto)

This PR was merged into the 3.4 branch.

Discussion
----------

[WebProfilerBundle] Fixed validator/dump trace CSS

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

**Before**
![validator_profiler_before](https://user-images.githubusercontent.com/2028198/40375748-77184ba0-5dba-11e8-8cb6-9a9acdadf34a.png)

**After**
![validator_after](https://user-images.githubusercontent.com/2028198/40375759-803f2046-5dba-11e8-9434-c3e4c6842d3a.png)

Commits
-------

607529202d Fixed content trace CSS in profiler
This commit is contained in:
Maxime Steinhausser 2018-05-22 19:17:49 +02:00
commit c2f15afdc2

View File

@ -898,6 +898,7 @@ table.logs .metadata {
background: #FFF;
padding: 10px;
margin: 0.5em 0;
overflow: auto;
}
#collector-content .sf-validator .trace {
font-size: 12px;
@ -929,6 +930,7 @@ table.logs .metadata {
background: #FFF;
padding: 10px;
margin: 0.5em 0;
overflow: auto;
}
#collector-content pre.sf-dump,