From abb221d942f2f8c7e8eaa5503c135d4bcde2bfea Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Thu, 7 Mar 2019 13:44:15 -0500 Subject: [PATCH] Stretch Layout container to full height --- awx/ui/client/lib/components/layout/_index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/lib/components/layout/_index.less b/awx/ui/client/lib/components/layout/_index.less index 6214495f82..f1ee8c2ac3 100644 --- a/awx/ui/client/lib/components/layout/_index.less +++ b/awx/ui/client/lib/components/layout/_index.less @@ -200,7 +200,6 @@ &-main { display: flex; - height: 100%; width: 100%; flex-direction: column; padding-bottom: @at-space-4x;