Minor design tweaks for the Logs and Doctrine profiler panels

This commit is contained in:
Javier Eguiluz 2015-11-24 10:07:02 +01:00
parent e0f5ffc304
commit fdfa1767b9
1 changed files with 15 additions and 0 deletions

View File

@ -808,6 +808,16 @@ table.logs .metadata strong {
color: #222;
}
table.logs .sf-call-stack {
margin: 1em 0 1em 1.5em;
}
table.logs .sf-call-stack li {
margin-bottom: 5px;
}
table.logs .sf-call-stack abbr {
border: none;
}
{# Doctrine panel
========================================================================= #}
.sql-runnable {
@ -815,6 +825,11 @@ table.logs .metadata strong {
margin: .5em 0;
padding: 1em;
}
.queries-table pre {
{{ mixins.break_long_words|raw }}
margin: 0;
white-space: pre-wrap;
}
{# Dump panel
========================================================================= #}