From 82d37d3fec3d41681fbfc42a2994da2a849c76ce Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Wed, 3 May 2017 13:24:55 -0400 Subject: [PATCH] Change left panel height to 100% for consistency --- awx/ui/client/src/standard-out/standard-out.block.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/standard-out/standard-out.block.less b/awx/ui/client/src/standard-out/standard-out.block.less index 881c2c2437..7867e4d94f 100644 --- a/awx/ui/client/src/standard-out/standard-out.block.less +++ b/awx/ui/client/src/standard-out/standard-out.block.less @@ -27,7 +27,7 @@ standard-out-log { } .StandardOut-leftPanel { - .OnePlusOne-panel--left(auto, @breakpoint-md); + .OnePlusOne-panel--left(100%, @breakpoint-md); max-width: 600px; display: flex; @media (max-width: @breakpoint-md - 1px) {