Skip to content

Commit fdfa176

Browse files
committed
Minor design tweaks for the Logs and Doctrine profiler panels
1 parent e0f5ffc commit fdfa176

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,13 +808,28 @@ table.logs .metadata strong {
808808
color: #222;
809809
}
810810

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+
811821
{# Doctrine panel
812822
========================================================================= #}
813823
.sql-runnable {
814824
background: #F5F5F5;
815825
margin: .5em 0;
816826
padding: 1em;
817827
}
828+
.queries-table pre {
829+
{{ mixins.break_long_words|raw }}
830+
margin: 0;
831+
white-space: pre-wrap;
832+
}
818833

819834
{# Dump panel
820835
========================================================================= #}

0 commit comments

Comments
 (0)