From 78c593e3d655683cf66b04581e5af4623f5261cc Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 7 Dec 2016 15:35:47 -0500 Subject: [PATCH] fix standard out pane width from having double scroll bar --- 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 d402fcf363..cf055f47bb 100644 --- a/awx/ui/client/src/standard-out/standard-out.block.less +++ b/awx/ui/client/src/standard-out/standard-out.block.less @@ -36,7 +36,7 @@ standard-out-log { .StandardOut-rightPanel { .OnePlusOne-panel--right(100%, @breakpoint-md); - max-width: 100%; + max-width: ~"calc(100% - 615px)"; @media (max-width: @breakpoint-md - 1px) { padding-right: 15px; }