Skip to content

Commit cf6b5bd

Browse files
committed
minor symfony#48475 [WebProfilerBundle] Fix the dump view panel (94noni)
This PR was merged into the 6.2 branch. Discussion ---------- [WebProfilerBundle] Fix the dump view panel | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | view fix | New feature? | no | Deprecations? | no | Tickets | Fix my OCD ^^, | License | MIT | Doc PR | . Hi, checking the new profiler, I've came accros this and it bothered me So this PR fix the view of the dump panel to be similar to others <img width="1235" alt="dump" src="https://user-images.githubusercontent.com/1358361/205566564-7779f026-212c-4b80-a29b-3bfe4c6ca1c4.png"> <img width="1235" alt="mail" src="https://user-images.githubusercontent.com/1358361/205566573-074ee8f6-4f6b-4dfd-b2c9-5d66dcee47e0.png"> <img width="1232" alt="validator" src="https://user-images.githubusercontent.com/1358361/205566578-5704d0c7-282b-439a-9f21-67e7aa8267d7.png"> Commits ------- f00db9f [Profiler] Fix the dump view panel
2 parents 97f0ce8 + f00db9f commit cf6b5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/DebugBundle/Resources/views/Profiler/dump.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
{{ dump.data|raw }}
6969
</div>
7070
{% else %}
71-
<div class="empty">
71+
<div class="empty empty-panel">
7272
<p>No content was dumped.</p>
7373
</div>
7474
{% endfor %}

0 commit comments

Comments
 (0)