Tweaked some styles in the profiler tables

This commit is contained in:
Javier Eguiluz 2018-01-07 18:01:19 +01:00
parent 7949672e39
commit bc80258a1e
4 changed files with 5 additions and 9 deletions

View File

@ -74,7 +74,7 @@
{% endif %}
<tr>
<td class="text-right">{{ listener.priority|default('-') }}</td>
<td class="text-right nowrap">{{ listener.priority|default('-') }}</td>
<td class="font-normal">
{% if listener.type == 'Closure' %}

View File

@ -168,9 +168,9 @@
<tbody>
{% for message in messages %}
<tr>
<td class="font-normal text-small">{{ message.locale }}</td>
<td class="font-normal text-small nowrap">{{ message.locale }}</td>
<td class="font-normal text-small text-bold nowrap">{{ message.domain }}</td>
<td class="font-normal text-small">{{ message.count }}</td>
<td class="font-normal text-small nowrap">{{ message.count }}</td>
<td>
<span class="nowrap">{{ message.id }}</span>

View File

@ -174,10 +174,6 @@ table tbody td {
border-width: 1px 0;
}
table tbody td {
{{ mixins.break_long_words|raw }}
}
table tbody div {
margin: .25em 0;
}

View File

@ -55,8 +55,8 @@
{% for trace in traces %}
<tr class="{{ trace.level == 1 ? 'status-warning' : trace.level == 2 ? 'status-success' }}">
<td class="font-normal text-muted nowrap">{{ loop.index }}</td>
<td>{{ trace.name }}</td>
<td>{{ trace.path }}</td>
<td class="break-long-words">{{ trace.name }}</td>
<td class="break-long-words">{{ trace.path }}</td>
<td class="font-normal">
{% if trace.level == 1 %}
Path almost matches, but