fix: search bar going off screen (#34586)

This commit is contained in:
Achilles Moraites
2019-02-22 08:09:24 +02:00
committed by mrugesh mohapatra
parent fa6de3c83f
commit e351a35bf2

View File

@ -220,4 +220,10 @@ header {
#top-nav .menu-button { #top-nav .menu-button {
margin: 0 10px 0 4px; margin: 0 10px 0 4px;
} }
.ais-Hits {
background-color: #fff;
left: 0.5em;
top: 2.4em;
}
} }