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 679cb10a77..33a449c67f 100644 --- a/awx/ui/client/src/job-results/job-results.block.less +++ b/awx/ui/client/src/job-results/job-results.block.less @@ -184,6 +184,11 @@ job-results-standard-out { height: ~"calc(100% - 800px)"; display: flex } +@media screen and (max-width: @breakpoint-md) { + job-results-standard-out { + height: auto; + } +} .JobResults-extraVarsHelp { margin-left: 10px;