From f28f1e434d2e502efb729a9693fed5918519eb4f Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 16 Oct 2018 12:32:05 -0400 Subject: [PATCH] adjust output line wrapping --- awx/ui/client/features/output/_index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index 4684bb8b16..d1132d9ec2 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -175,7 +175,6 @@ } .at-mixin-event() { - flex: 1; padding: 0 10px; white-space: pre-wrap; word-break: break-all;