mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
fix wrapping of host event modal stdout/err lines
This commit is contained in:
@@ -170,10 +170,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.HostEvent-stdoutColumn{
|
.HostEvent-stdoutColumn{
|
||||||
white-space: pre;
|
overflow-y: hidden;
|
||||||
overflow-y: scroll;
|
overflow-x: auto;
|
||||||
margin-left: 46px;
|
margin-left: 46px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.HostEvent-noJson{
|
.HostEvent-noJson{
|
||||||
|
|||||||
Reference in New Issue
Block a user