diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index 2fb6239c7e..368e2a4e65 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: calc(100vh - 30px); + } } &-borderHeader {