From 4119c1dd0b162dc40e5c21e2459f1571d69c7539 Mon Sep 17 00:00:00 2001 From: kialam Date: Mon, 20 Aug 2018 14:27:59 -0400 Subject: [PATCH] Adjust title and badge spacing on job output stats section. --- awx/ui/client/lib/components/panel/_index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/lib/components/panel/_index.less b/awx/ui/client/lib/components/panel/_index.less index bf3bf2ab61..3a66b22906 100644 --- a/awx/ui/client/lib/components/panel/_index.less +++ b/awx/ui/client/lib/components/panel/_index.less @@ -44,8 +44,7 @@ vertical-align: middle; white-space: nowrap; text-align: center; - margin-left: 10px; - margin-right: auto; + margin-right: @at-space-2x; } .at-Panel-headingCustomContent { @@ -59,6 +58,7 @@ font-size: 12px; font-weight: normal!important; width: 30%; + margin: @at-space-2x; @media screen and (max-width: @breakpoint-md) { flex: 2.5 0 auto;