Skip to content

Commit 187c111

Browse files
author
Adam Szaraniec
committed
improve sql explain table display
1 parent 5a7e31c commit 187c111

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig

+7
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,13 @@ table.logs .metadata {
874874
margin: .5em 0;
875875
padding: 1em;
876876
}
877+
.sql-explain {
878+
overflow-x: auto;
879+
width: 920px;
880+
}
881+
.sql-explain table td, .sql-explain table tr {
882+
word-break: normal;
883+
}
877884
.queries-table pre {
878885
{{ mixins.break_long_words|raw }}
879886
margin: 0;

0 commit comments

Comments
 (0)