From d752efe130187af24df37db676059914b6f65938 Mon Sep 17 00:00:00 2001 From: Richard LT Date: Tue, 7 Jul 2020 09:35:08 +0200 Subject: [PATCH] fix(ui): display outgoing hook when fails without child run (#5297) --- .../shared/workflow/wnode/outgoinghook/node.outgoing.html | 2 +- ui/src/common.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ui/src/app/shared/workflow/wnode/outgoinghook/node.outgoing.html b/ui/src/app/shared/workflow/wnode/outgoinghook/node.outgoing.html index c9b4600382..3b1cc395c8 100644 --- a/ui/src/app/shared/workflow/wnode/outgoinghook/node.outgoing.html +++ b/ui/src/app/shared/workflow/wnode/outgoinghook/node.outgoing.html @@ -20,7 +20,7 @@ - diff --git a/ui/src/common.scss b/ui/src/common.scss index 668be7df1e..716e918214 100644 --- a/ui/src/common.scss +++ b/ui/src/common.scss @@ -51,6 +51,12 @@ pre { .key { color: red; } + + white-space: -moz-pre-wrap; + white-space: -pre-wrap; + white-space: -o-pre-wrap; + white-space: pre-wrap; + word-wrap: break-word; } // View style