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() {