Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bc757b6

Browse filesBrowse files
author
Adam Szaraniec
committed
improve sql explain table display
1 parent 531b294 commit bc757b6
Copy full SHA for bc757b6

File tree

1 file changed

+7
-0
lines changed
Filter options

1 file changed

+7
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
+7Lines changed: 7 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.