File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 177
177
color : inherit ;
178
178
text-decoration : inherit ;
179
179
}
180
+ h2 + h3 .form-data-type {
181
+ margin-top : 0 ;
182
+ }
183
+ h3 .form-data-type + h3 {
184
+ margin-top : 1em ;
185
+ }
180
186
</style >
181
187
{% endblock %}
182
188
455
461
{% macro form_tree_details(name , data , forms_by_hash , show ) %}
456
462
{% import _self as tree %}
457
463
<div class =" tree-details{% if not show | default (false ) %} hidden{% endif %}" {% if data .id is defined %}id =" {{ data .id }}-details" {% endif %}>
458
- <h2 class =" dump-inline" >
459
- {{ name | default (' (no name)' ) }} {% if data .type_class is defined %}({{ profiler_dump(data .type_class ) }}){% endif %}
460
- </h2 >
464
+ <h2 >{{ name | default (' (no name)' ) }}</h2 >
465
+ {% if data .type_class is defined %}
466
+ <h3 class =" dump-inline form-data-type" >{{ profiler_dump(data .type_class ) }}</h3 >
467
+ {% endif %}
461
468
462
469
{% if data .errors is defined and data .errors | length > 0 %}
463
470
<div class =" errors" >
You can’t perform that action at this time.
0 commit comments