fix(search): Prevent search from hitting X button

This commit is contained in:
Ben Gotow 2015-11-13 16:10:49 -08:00
parent 6ef0a49c26
commit 689af8d941

View file

@ -18,7 +18,8 @@
border:none;
input {
padding-left:30px;
padding-left: 30px;
padding-right: 26px;
width: 100%;
height: 30px;
}