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:
parent
7f27a3c74d
commit
93fe14fa01
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user