Skip to content

Commit

Permalink
Fix search icon position for filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 23, 2021
1 parent 3f8f4ca commit c1f6444
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ div#page-document {
div.searchapp {
background-color: @s-light-gray;

div.sui-facet-search i.icon.search {
position: relative;
top: 2px;
left: 7px;
}

div.body-content {
padding: 0px !important;

Expand Down

0 comments on commit c1f6444

Please sign in to comment.