Skip to content

Commit

Permalink
Refs #140518 - Fix autocomplete size.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 22, 2021
1 parent ec73059 commit 7fd1af3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ div#page-document {
div.sui-search-box__autocomplete-container {
position: absolute;
top: calc(3em + 10px);
max-width: 1000px;
}

div.extra-facets {
Expand Down

0 comments on commit 7fd1af3

Please sign in to comment.