diff --git a/packages/catalog-search/src/styles/_SearchSuggestions.scss b/packages/catalog-search/src/styles/_SearchSuggestions.scss index b75aadfc..ec6c08cd 100644 --- a/packages/catalog-search/src/styles/_SearchSuggestions.scss +++ b/packages/catalog-search/src/styles/_SearchSuggestions.scss @@ -55,7 +55,7 @@ } .prequery-item { - margin: 5px 10px 5px 10px; + margin: 5px 0px; color: #000; white-space: pre-wrap; @@ -73,6 +73,7 @@ .prequery-image { width: 40px; height: 40px; + margin: 10px 10px; object-fit: cover; border-radius: 0 !important; }