Skip to content

Commit

Permalink
Refs #140518 - Align autocomplete container.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 1, 2021
1 parent 296ee03 commit b20ecf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ div#page-document {
div.sui-search-box__autocomplete-container {
position: absolute;
top: calc(3em + 10px);
max-width: 600px;
width: 95%;
max-width: 570px;
}

div.extra-facets {
Expand Down

0 comments on commit b20ecf0

Please sign in to comment.