Skip to content

Commit

Permalink
feat: fix prequery suggestion highlight container (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 authored Mar 11, 2024
1 parent dcb962f commit d54a0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/catalog-search/src/styles/_SearchSuggestions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

.prequery-item {
margin: 5px 10px 5px 10px;
margin: 5px 0px;
color: #000;
white-space: pre-wrap;

Expand All @@ -73,6 +73,7 @@
.prequery-image {
width: 40px;
height: 40px;
margin: 10px 10px;
object-fit: cover;
border-radius: 0 !important;
}
Expand Down

0 comments on commit d54a0c7

Please sign in to comment.