fix: search bar width (#38693)

This commit is contained in:
Kristofer Koishigawa
2020-04-30 21:10:34 +09:00
committed by GitHub
parent 54c93aabbb
commit 75e926810f

View File

@ -143,6 +143,7 @@ and arrow keys */
} }
.fcc_searchBar { .fcc_searchBar {
position: relative; position: relative;
max-width: 520px;
} }
.fcc_searchBar .ais-Hits { .fcc_searchBar .ais-Hits {
top: auto; top: auto;