File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -808,13 +808,28 @@ table.logs .metadata strong {
808
808
color: #222;
809
809
}
810
810
811
+ table.logs .sf-call-stack {
812
+ margin: 1em 0 1em 1.5em;
813
+ }
814
+ table.logs .sf-call-stack li {
815
+ margin-bottom: 5px;
816
+ }
817
+ table.logs .sf-call-stack abbr {
818
+ border: none;
819
+ }
820
+
811
821
{# Doctrine panel
812
822
========================================================================= #}
813
823
.sql-runnable {
814
824
background: #F5F5F5;
815
825
margin: .5em 0;
816
826
padding: 1em;
817
827
}
828
+ .queries-table pre {
829
+ {{ mixins .break_long_words | raw }}
830
+ margin: 0;
831
+ white-space: pre-wrap;
832
+ }
818
833
819
834
{# Dump panel
820
835
========================================================================= #}
You can’t perform that action at this time.
0 commit comments