forked from GithubBackups/healthchecks
Better ellipsizing of long log lines.
This commit is contained in:
parent
7f6d6dcea1
commit
bee1cbca80
@ -2,10 +2,6 @@
|
|||||||
content: " ";
|
content: " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
#log-container {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#log {
|
#log {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@ -29,22 +25,13 @@
|
|||||||
|
|
||||||
#log .details {
|
#log .details {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
max-width: 0;
|
||||||
|
|
||||||
#log .details div {
|
|
||||||
width: 700px;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
overflow-x: hidden;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
|
||||||
#log .details div {
|
|
||||||
width: 900px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#log .details span.ua-body {
|
#log .details span.ua-body {
|
||||||
font-family: "Lucida Console", Monaco, monospace;
|
font-family: "Lucida Console", Monaco, monospace;
|
||||||
font-size: 11.7px;
|
font-size: 11.7px;
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="details">
|
<td class="details">
|
||||||
<div>
|
|
||||||
{% if event.scheme == "email" %}
|
{% if event.scheme == "email" %}
|
||||||
{{ event.ua }}
|
{{ event.ua }}
|
||||||
<span class="ua-body">
|
<span class="ua-body">
|
||||||
@ -37,7 +36,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -51,7 +51,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="details">
|
<td class="details">
|
||||||
<div>
|
|
||||||
{% if event.scheme == "email" %}
|
{% if event.scheme == "email" %}
|
||||||
{{ event.ua }}
|
{{ event.ua }}
|
||||||
<span class="ua-body">
|
<span class="ua-body">
|
||||||
@ -74,7 +73,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user