From 9765623d0384b9704a0eacec310f069d753a0afd Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 15 Sep 2017 13:55:44 -0400 Subject: [PATCH] Fixed search key styling with wider text Signed-off-by: mabashian --- .../src/shared/smart-search/smart-search.block.less | 13 ++----------- 1 file changed, 2 insertions(+), 11 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 d57ca5bbe9..cd97490440 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 @@ -32,7 +32,7 @@ .SmartSearch-searchTermContainer { flex: initial; - width: 100%; + flex-grow: 1; border: 1px solid @b7grey; border-radius: 4px; display: flex; @@ -167,7 +167,7 @@ color: @default-interface-txt; border: 1px solid @b7grey; cursor: pointer; - width: 70px; + min-width: 70px; height: 34px; line-height: 20px; } @@ -240,15 +240,6 @@ margin-right: 5px; } - -// Additional modal specific styles -.modal-body, #add-permissions-modal, -.JobResults { - .SmartSearch-searchTermContainer { - width: 100%; - } -} - @media (max-width: 700px) { .SmartSearch-bar { width: 100%;