forked from GithubBackups/healthchecks
CSS to fit long channel values.
This commit is contained in:
parent
24c111738a
commit
752c6f2530
@ -6,6 +6,13 @@
|
|||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.channels-table .value-cell {
|
||||||
|
max-width: 400px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.channels-table .channel-row:hover > td {
|
.channels-table .channel-row:hover > td {
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
{% if ch.kind == "pd" %} PagerDuty {% endif %}
|
{% if ch.kind == "pd" %} PagerDuty {% endif %}
|
||||||
{% if ch.kind == "po" %} Pushover {% endif %}
|
{% if ch.kind == "po" %} Pushover {% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td class="value-cell">
|
||||||
<span class="preposition">
|
<span class="preposition">
|
||||||
{% if ch.kind == "email" %} to {% endif %}
|
{% if ch.kind == "email" %} to {% endif %}
|
||||||
{% if ch.kind == "pd" %} API key {% endif %}
|
{% if ch.kind == "pd" %} API key {% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user