From 6608819c959d39f23023c53edf248e92e04febca Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 6 Apr 2017 16:28:39 -0400 Subject: [PATCH] removed css rule targeting host/group search bar --- awx/ui/client/src/shared/smart-search/smart-search.block.less | 4 ---- 1 file changed, 4 deletions(-) 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 c87bc70364..23070e8759 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 @@ -16,10 +16,6 @@ line-height: 20px; width: 50%; } -// `.${list.name}List` class can be used to set add custom class overrides -.groupsList .SmartSearch-bar, .hostsList .SmartSearch-bar, .PortalMode .SmartSearch-bar{ - width: 100%; -} .SmartSearch-tags{ padding-left: 0px;