From b9a4f50592dd33935caa15aec64902d72cc19a10 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Thu, 14 Jun 2018 11:50:32 -0400 Subject: [PATCH] Fix inconsistent line number background color in job output panel --- 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 9e4da5ab10..d67216d791 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -136,6 +136,7 @@ border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; max-height: ~"calc(100vh - 350px)"; + white-space: nowrap; & > table { table-layout: fixed;