diff --git a/awx/ui/client/src/standard-out/standard-out.block.less b/awx/ui/client/src/standard-out/standard-out.block.less index 4dd36e27e3..33faba6273 100644 --- a/awx/ui/client/src/standard-out/standard-out.block.less +++ b/awx/ui/client/src/standard-out/standard-out.block.less @@ -43,7 +43,8 @@ standard-out-log { background-color: @default-secondary-bg; border-radius: 5px; min-height: 300px; - max-height: 900px; + max-height: 100vh; + height: ~"calc(100vh - 245px)"; width: 100%; overflow: auto;