mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 02:58:13 -03:30
fix wrapping of host event modal stdout/err lines
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user