diff --git a/awx/ui/client/src/job-results/host-event/host-event-modal.partial.html b/awx/ui/client/src/job-results/host-event/host-event-modal.partial.html index 96676dc56a..d56cca7e9f 100644 --- a/awx/ui/client/src/job-results/host-event/host-event-modal.partial.html +++ b/awx/ui/client/src/job-results/host-event/host-event-modal.partial.html @@ -14,7 +14,7 @@ -
+
CREATED {{(event.created | longDate) || "No result found"}} @@ -29,7 +29,8 @@
TASK - {{event.task || "No result found"}} + +min-width: 80px; min-width: 80px; min-width: 80px; min-width: 80px; min-width: 80px; min-width: 80px; min-width: 80px; min-width: 80px;
MODULE diff --git a/awx/ui/client/src/job-results/host-event/host-event.block.less b/awx/ui/client/src/job-results/host-event/host-event.block.less index 84fb77c1f6..e99482cb27 100644 --- a/awx/ui/client/src/job-results/host-event/host-event.block.less +++ b/awx/ui/client/src/job-results/host-event/host-event.block.less @@ -99,7 +99,7 @@ margin-bottom: 8px; } .HostEvent .modal-body{ - max-height: 500px; + max-height: 600px; padding: 0px!important; overflow-y: auto; } @@ -115,6 +115,7 @@ text-transform: uppercase; flex: 0 1 80px; max-width: 80px; + min-width: 80px; font-size: 12px; word-wrap: break-word; } @@ -123,28 +124,10 @@ } .HostEvent-field--content{ word-wrap: break-word; - max-width: 13em; - flex: 0 1 13em; } .HostEvent-field--monospaceContent{ font-family: monospace; } -.HostEvent-details--left, .HostEvent-details--right{ - flex: 1 1 47%; -} -.HostEvent-details--left{ - margin-right: 40px; -} -.HostEvent-details--right{ - .HostEvent-field--label{ - flex: 0 1 25em; - } - .HostEvent-field--content{ - max-width: 15em; - flex: 0 1 15em; - align-self: flex-end; - } -} .HostEvent-button:disabled { pointer-events: all!important; }