From 164e6ccecaa3e99368d6627403bdc29797d3ee7f Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 2 Jul 2018 10:25:58 -0400 Subject: [PATCH] use height of parent container for output section --- awx/ui/client/features/output/_index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index 42d1f01eb0..89c09dc451 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -152,6 +152,7 @@ margin: 0; overflow-y: scroll; padding: 0; + height: 100%; } &-borderHeader {