From 0a6d2f179e2a33555cb1be69777b90ab5d76bec8 Mon Sep 17 00:00:00 2001 From: Chris Church Date: Wed, 14 Dec 2016 13:50:25 -0500 Subject: [PATCH] Extend stdout background to width of text. --- awx/static/api/api.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/static/api/api.css b/awx/static/api/api.css index 61d51fae12..3b18c4273d 100644 --- a/awx/static/api/api.css +++ b/awx/static/api/api.css @@ -151,6 +151,9 @@ body .prettyprint .lit { body .prettyprint .str { color: #D9534F; } +body div.ansi_back { + display: inline-block; +} body .well.tab-content { padding: 20px;