From 5231b4c738dfc514ea32f634614250064226f0b6 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 19 Jun 2018 11:42:57 -0400 Subject: [PATCH 1/2] align tag to left hand side of bar link #2169 --- 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 21fc3e6c59..887a5610a9 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -210,6 +210,7 @@ display: flex; width: 100%; flex-wrap: wrap; + nargin-left: -5px; } // Status Bar ----------------------------------------------------------------------------- From b6334361af6cb15f52402c399a66fd0c0c597522 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 25 Jun 2018 11:47:14 -0400 Subject: [PATCH 2/2] fix typo --- awx/ui/client/features/output/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index 887a5610a9..a5d85e9fa0 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -210,7 +210,7 @@ display: flex; width: 100%; flex-wrap: wrap; - nargin-left: -5px; + margin-left: -5px; } // Status Bar -----------------------------------------------------------------------------