diff --git a/awx/ui/client/src/job-results/job-results-stdout/job-results-stdout.block.less b/awx/ui/client/src/job-results/job-results-stdout/job-results-stdout.block.less index 8ea2918ddb..58bd9d2664 100644 --- a/awx/ui/client/src/job-results/job-results-stdout/job-results-stdout.block.less +++ b/awx/ui/client/src/job-results/job-results-stdout/job-results-stdout.block.less @@ -149,9 +149,3 @@ word-break: break-word; width:100%; } - - -// TODO: needs to be set based on height of browser window -.JobResultsStdOut-numberColumnPreload { - height: 720px; -} diff --git a/awx/ui/client/src/job-results/job-results.block.less b/awx/ui/client/src/job-results/job-results.block.less index 060c08bdce..137f3b425a 100644 --- a/awx/ui/client/src/job-results/job-results.block.less +++ b/awx/ui/client/src/job-results/job-results.block.less @@ -17,20 +17,22 @@ .JobResults-leftSide { .OnePlusTwo-left--panel(100%, @breakpoint-md); - // TODO: needs to be set based on height of browser window - height: 870px !important; + height: 80vh; } .JobResults-rightSide { .OnePlusTwo-right--panel(100%, @breakpoint-md); - // TODO: needs to be set based on height of browser window - height: 870px !important; + height: 80vh; @media (max-width: @breakpoint-md - 1px) { padding-right: 15px; } } +.JobResults-detailsPanel{ + overflow-y: scroll; +} + .JobResults-stdoutActionButton--active { display: none; visibility: hidden; diff --git a/awx/ui/client/src/job-results/job-results.partial.html b/awx/ui/client/src/job-results/job-results.partial.html index ef8cb32a7a..f8b14c7d6f 100644 --- a/awx/ui/client/src/job-results/job-results.partial.html +++ b/awx/ui/client/src/job-results/job-results.partial.html @@ -8,7 +8,7 @@
-