From 5c5ab0936e0b8cbe318126c8c07872e1c6501b02 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 27 Feb 2017 10:53:41 -0500 Subject: [PATCH] CSS tweaks to workflow results panels --- .../client/src/workflow-results/workflow-results.block.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/awx/ui/client/src/workflow-results/workflow-results.block.less b/awx/ui/client/src/workflow-results/workflow-results.block.less index 0173ed8eb8..51b8d739ed 100644 --- a/awx/ui/client/src/workflow-results/workflow-results.block.less +++ b/awx/ui/client/src/workflow-results/workflow-results.block.less @@ -18,11 +18,17 @@ .WorkflowResults-leftSide { .OnePlusTwo-left--panel(100%, @breakpoint-md); height: ~"calc(100vh - 177px)"; + min-height: 350px; + + .Panel { + overflow: scroll; + } } .WorkflowResults-rightSide { .OnePlusTwo-right--panel(100%, @breakpoint-md); height: ~"calc(100vh - 177px)"; + min-height: 350px; @media (max-width: @breakpoint-md - 1px) { padding-right: 15px;