diff --git a/static/css/channels.css b/static/css/channels.css index 5ff844dd..9ff571b9 100644 --- a/static/css/channels.css +++ b/static/css/channels.css @@ -6,6 +6,13 @@ line-height: 40px; } +.channels-table .value-cell { + max-width: 400px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .channels-table .channel-row:hover > td { background: #f5f5f5; } diff --git a/templates/front/channels.html b/templates/front/channels.html index c22045ae..6035e01a 100644 --- a/templates/front/channels.html +++ b/templates/front/channels.html @@ -26,7 +26,7 @@ {% if ch.kind == "pd" %} PagerDuty {% endif %} {% if ch.kind == "po" %} Pushover {% endif %} -