From 1bcb80b621c9ae39d40f11f4f66697372ae9e54b Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Fri, 3 Jun 2016 11:33:45 -0400 Subject: [PATCH] Made stdout window size nicely to fill the remaining height in the browser Resolves PR feedback and takes care of #1575 along the way --- awx/ui/client/src/standard-out/standard-out.block.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;