From 94674313e49e9c73be1937717e48bd7ff874a6d1 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Fri, 29 Jun 2018 11:33:32 -0400 Subject: [PATCH] Remove scrollbar from job results standard out --- awx/ui/client/features/output/_index.less | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index 85cd1a3c04..42d1f01eb0 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -135,27 +135,23 @@ &-wrapper { display: flex; + flex-flow: column nowrap; height: 100%; - max-height: 644px; - flex-direction: column; } &-container { - flex: 1; + background-color: @at-gray-f2; + border-radius: 0 0 4px 4px; + border: 1px solid @at-gray-b7; + color: @at-gray-161b1f; display: flex; flex-direction: column; + flex: 1; font-family: monospace; - height: auto; - overflow-y: scroll; font-size: 15px; - border: 1px solid @at-gray-b7; - background-color: @at-gray-f2; - color: @at-gray-161b1f; - padding: 0; margin: 0; - border-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + overflow-y: scroll; + padding: 0; } &-borderHeader {