diff --git a/Resources/public/images/blue_picto_less.gif b/Resources/public/images/blue_picto_less.gif deleted file mode 100644 index dc70f6a6..00000000 Binary files a/Resources/public/images/blue_picto_less.gif and /dev/null differ diff --git a/Resources/public/images/blue_picto_more.gif b/Resources/public/images/blue_picto_more.gif deleted file mode 100644 index 098e3886..00000000 Binary files a/Resources/public/images/blue_picto_more.gif and /dev/null differ diff --git a/Resources/views/Profiler/profiler.html.twig b/Resources/views/Profiler/profiler.html.twig index 2737a3e6..db9fa884 100644 --- a/Resources/views/Profiler/profiler.html.twig +++ b/Resources/views/Profiler/profiler.html.twig @@ -87,12 +87,22 @@ {% if query.body is not empty %} -
- - Body: {{ query.body|slice(0, 100) }} - - + - - +
+ + Body: {{ query.body|slice(0, 100) }} + +
+ + + Expand [+] + + +
{{ query.body }}
@@ -128,20 +138,17 @@ {% endif %}