From 29e1a853601514284c2af3f3302f30ad0d3c6d54 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 11 Apr 2016 09:04:56 -0400 Subject: PLT-2553 Additional backstage UI Improvements (#2673) * Renamed Commands to Slash Commands in backstage UI * Updated displayed info for listed commands and outgoing webhooks * Disallowed empty outgoing webhook trigger words and improved client-side validation for them --- webapp/sass/routes/_backstage.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'webapp/sass') diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss index f6e0a8ac0..3257f6582 100644 --- a/webapp/sass/routes/_backstage.scss +++ b/webapp/sass/routes/_backstage.scss @@ -192,6 +192,7 @@ body { } .item-details { + color: $dark-gray; flex-grow: 1; flex-shrink: 1; overflow: hidden; @@ -204,6 +205,7 @@ body { } .item-details__name { + color: black; font-weight: 600; } @@ -213,8 +215,8 @@ body { .item-details__description, .item-details__token, + .item-details__trigger-words, .item-details__creation { - color: $dark-gray; display: inline-block; margin-top: 10px; vertical-align: top; @@ -224,6 +226,10 @@ body { } } + .item-details__trigger-words { + white-space: nowrap; + } + .item-actions { flex-grow: 0; flex-shrink: 0; -- cgit v1.2.3-1-g7c22