diff --git a/awx/ui/client/legacy-styles/job-details.less b/awx/ui/client/legacy-styles/job-details.less index 32c88aae35..621e0267ca 100644 --- a/awx/ui/client/legacy-styles/job-details.less +++ b/awx/ui/client/legacy-styles/job-details.less @@ -549,7 +549,7 @@ word-break: break-all; word-wrap: break-word; padding: 9.5px; - ont-family: Fixed, monospace; + font-family: Fixed, monospace; max-height: 200px; } diff --git a/awx/ui/client/src/job-detail/job-detail.block.less b/awx/ui/client/src/job-detail/job-detail.block.less index e4aa02d308..101d541985 100644 --- a/awx/ui/client/src/job-detail/job-detail.block.less +++ b/awx/ui/client/src/job-detail/job-detail.block.less @@ -26,12 +26,12 @@ } .JobDetail-expandArrow{ - color: #848992; + color: #d7d7d7; font-size: 14px; font-weight: bold; margin-right: 10px; text-transform: uppercase; - margin-left: 5px; + margin-left: 10px; } .JobDetail-resultsDetails{ @@ -41,7 +41,6 @@ } .JobDetail-resultRow{ - flex: 1 0 auto; width: 50%; display: flex; } @@ -50,7 +49,6 @@ color: #848992; font-size: 14px; font-weight: normal!important; - // width: 40%; flex: 1 0 auto; } diff --git a/awx/ui/client/src/job-detail/job-detail.partial.html b/awx/ui/client/src/job-detail/job-detail.partial.html index fc174f182b..a6b06ef6d8 100644 --- a/awx/ui/client/src/job-detail/job-detail.partial.html +++ b/awx/ui/client/src/job-detail/job-detail.partial.html @@ -5,10 +5,10 @@