From 8297b040f875149c61f210bcc5666f19c38fb84a Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Thu, 21 Jun 2018 09:51:55 -0400 Subject: [PATCH] Wrap output event text --- awx/ui/client/features/output/_index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index f3e43e3096..b810002a8a 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -170,8 +170,9 @@ .at-mixin-event() { padding: 0 10px; - word-wrap: break-word; white-space: pre-wrap; + word-break: break-all; + word-wrap: break-word; } .at-mixin-stdoutBorder() {