From e5184e0ed14f848d992809084b2d0ee9b7268276 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 14 Oct 2019 13:50:59 -0400 Subject: [PATCH] Fix workflow results detail panel responsive style --- awx/ui/client/src/shared/layouts/one-plus-two.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/src/shared/layouts/one-plus-two.less b/awx/ui/client/src/shared/layouts/one-plus-two.less index 067e050e27..c9514daae5 100644 --- a/awx/ui/client/src/shared/layouts/one-plus-two.less +++ b/awx/ui/client/src/shared/layouts/one-plus-two.less @@ -20,10 +20,11 @@ flex: 1 0; height: @height; width: 100%; - margin-right: 20px; - @media screen and (max-width: @breakpoint){ - margin-right: 0px; - height: inherit; + margin-right: 20px; + @media screen and (max-width: @breakpoint){ + height: inherit; + margin-right: 0px; + max-width: none; } }