From 5b7984339042cf3f4b0b0d1eb699bed86faf31fe Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 18 Mar 2019 07:39:27 -0400 Subject: [PATCH] use a shared variable for layout declarations --- awx/ui/client/features/credentials/_index.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx/ui/client/features/credentials/_index.less b/awx/ui/client/features/credentials/_index.less index 51d407ca2d..f968043d3c 100644 --- a/awx/ui/client/features/credentials/_index.less +++ b/awx/ui/client/features/credentials/_index.less @@ -12,8 +12,7 @@ .InputSourceLookup-selectedItemLabel { color: @default-interface-txt; text-transform: uppercase; - margin-right: 10px; - margin-left: 10px; + margin: 0 @at-space-2x; } .InputSourceLookup-selectedItemText {