From 2a7c05eeda3967c640765a0c7f4b6a93779a4d47 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Thu, 9 Jun 2016 09:56:23 -0400 Subject: [PATCH] Fix stdout height issue on firefox #2028 --- awx/ui/client/src/standard-out/standard-out.block.less | 2 +- 1 file changed, 1 insertion(+), 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 8bb3b89c62..3142d32496 100644 --- a/awx/ui/client/src/standard-out/standard-out.block.less +++ b/awx/ui/client/src/standard-out/standard-out.block.less @@ -40,7 +40,7 @@ standard-out-log { } .StandardOut-consoleOutput { - height: auto; + height: 493px; } }