fix(Learn): Gives the search bar a defined height to prevent it from overflowing on Retina devices.

pull/35209/head
Kris Koishigawa 2019-02-14 16:16:44 +09:00 committed by Stuart Taylor
parent 07f11288b2
commit b57d3dddcf
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ header {
.fcc_searchBar { .fcc_searchBar {
flex-grow: 1; flex-grow: 1;
padding: 0 10px; padding: 0 10px;
max-height: 33px;
} }
.fcc_searchBar .ais-SearchBox-input, .fcc_searchBar .ais-SearchBox-input,