From 2769550950451ce0a38b0424aed98ba1076598d1 Mon Sep 17 00:00:00 2001 From: Adam Szaraniec Date: Fri, 28 Jul 2017 23:27:31 +0400 Subject: [PATCH] improve sql explain table display --- .../Resources/views/Profiler/profiler.css.twig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig index 94ac2abd25..c8c0a8c55e 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig @@ -874,6 +874,13 @@ table.logs .metadata { margin: .5em 0; padding: 1em; } +.sql-explain { + overflow-x: auto; + max-width: 920px; +} +.sql-explain table td, .sql-explain table tr { + word-break: normal; +} .queries-table pre { {{ mixins.break_long_words|raw }} margin: 0;