From 1488697001a0982304828e95b8aeb0fbc579790a Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 7 May 2018 12:19:39 -0400 Subject: [PATCH] Fix job results panel width in firefox --- awx/ui/client/features/output/_index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index ff83371198..e7b4a43dd9 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -304,6 +304,7 @@ grid-template-rows: minmax(500px, ~"calc(100vh - 130px)"); .at-Panel { + min-width: 0; overflow-y: auto; } }