From bd4337976e3dd0782e4ebd6ef893ed03946f6036 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Mon, 18 Mar 2019 12:37:23 -0400 Subject: [PATCH] makes the card for the workflow display taller --- .../workflow-results/workflow-results.block.less | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 ddf8c43640..32fdc4edfa 100644 --- a/awx/ui/client/src/workflow-results/workflow-results.block.less +++ b/awx/ui/client/src/workflow-results/workflow-results.block.less @@ -18,19 +18,27 @@ .WorkflowResults-leftSide { .OnePlusTwo-left--panel(100%, @breakpoint-md); - height: ~"calc(100vh - 177px)"; + height: ~"calc(100vh - 120px)"; min-height: 350px; - + display:flex; .card { + width: 100%; overflow: scroll; } + @media screen and (width: @breakpoint-md - 1px){ + width: 100%; + } } .WorkflowResults-rightSide { .OnePlusTwo-right--panel(100%, @breakpoint-md); - height: ~"calc(100vh - 177px)"; + height: ~"calc(100vh - 120px)"; min-height: 350px; min-width: 0; + display:flex; + .card { + width:100% + } @media (max-width: @breakpoint-md - 1px) { padding-right: 15px;