1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Merge pull request #530 from marshmalien/fix/7702-job-stdout-wordwrap

Fix job standard out word-wrap
This commit is contained in:
Marliana Lara 2017-10-18 13:51:36 -04:00 committed by GitHub
commit 8fd9fea113

View File

@ -165,7 +165,7 @@
color: @default-interface-txt;
display: inline-block;
white-space: pre-wrap;
word-break: break-word;
word-break: break-all;
width:100%;
background-color: @default-secondary-bg;
}