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

This commit is contained in:
Kris Koishigawa
2019-02-14 16:16:44 +09:00
committed by Stuart Taylor
parent 07f11288b2
commit b57d3dddcf

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,