fix(v2): align search icon on small width device (#1893)

* fix(v2): align search icon on small width device

* nits

* nits
This commit is contained in:
Endi 2019-10-27 21:11:09 +07:00 committed by Yangshun Tay
parent fabaf7772b
commit 84462e218e
2 changed files with 4 additions and 2 deletions

View file

@ -74,6 +74,7 @@
.search-icon {
display: inline;
vertical-align: sub;
}
}