From 96ae6d996d932a3485cc0e07402bd3b1c9877d19 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Fri, 14 Jul 2017 14:14:39 -0400 Subject: [PATCH] Adjusted search key top margin --- awx/ui/client/src/shared/smart-search/smart-search.block.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/shared/smart-search/smart-search.block.less b/awx/ui/client/src/shared/smart-search/smart-search.block.less index c68c64138a..9c7262f6d5 100644 --- a/awx/ui/client/src/shared/smart-search/smart-search.block.less +++ b/awx/ui/client/src/shared/smart-search/smart-search.block.less @@ -184,7 +184,7 @@ .SmartSearch-keyPane { max-height: 215px; overflow: auto; - margin: 20px 0 0 0; + margin: 10px 0 0 0; font-size: 12px; width: 100%; padding: 15px;