1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

fix wrapping of host event modal stdout/err lines

This commit is contained in:
Jake McDermott 2018-07-10 00:12:40 -04:00
parent 7f27a3c74d
commit 93fe14fa01
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -170,10 +170,13 @@
}
.HostEvent-stdoutColumn{
white-space: pre;
overflow-y: scroll;
overflow-y: hidden;
overflow-x: auto;
margin-left: 46px;
padding-top: 4px;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
.HostEvent-noJson{