From 85ec97888312b16e0e01478c5019b0386dcbb640 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Tue, 15 Aug 2017 12:28:41 -0400 Subject: [PATCH] Fix job details right panel content from overflowing in Firefox --- awx/ui/client/src/standard-out/standard-out.block.less | 1 + 1 file changed, 1 insertion(+) 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 50e9f37468..3ceb1f695e 100644 --- a/awx/ui/client/src/standard-out/standard-out.block.less +++ b/awx/ui/client/src/standard-out/standard-out.block.less @@ -5,6 +5,7 @@ standard-out-log { flex: 5; display: flex; + min-height: 0; } .StandardOut-preContent{