From ffdb564c15c0fed159ba8529a7b92a9b344e8157 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Fri, 22 Jun 2018 15:06:16 -0400 Subject: [PATCH] Flex job event line highlighting across entire row --- awx/ui/client/features/output/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index b810002a8a..f1da9d24aa 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -111,7 +111,6 @@ &-event { .at-mixin-event(); - flex: 1; } &-event--host { @@ -169,6 +168,7 @@ } .at-mixin-event() { + flex: 1; padding: 0 10px; white-space: pre-wrap; word-break: break-all;