From e05d071dab54c0a17ddc842fcbc17f21fcfa1434 Mon Sep 17 00:00:00 2001 From: Haokun-Chen Date: Wed, 15 Aug 2018 14:29:32 -0400 Subject: [PATCH] add max-height to job output console at breakpoint --- awx/ui/client/features/output/_index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index 2fb6239c7e..61e57c3328 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -148,6 +148,10 @@ margin: 0; overflow-y: scroll; padding: 0; + + @media screen and (max-width: @breakpoint-md) { + max-height: 2500px; + } } &-borderHeader {