summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_backstage.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/routes/_backstage.scss')
-rw-r--r--webapp/sass/routes/_backstage.scss8
1 files changed, 7 insertions, 1 deletions
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;