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;