fix search input overflow over clear x

This commit is contained in:
Felix Niklas 2015-06-08 11:27:17 +02:00
parent b2085e48e0
commit a31d0de96a

View file

@ -1898,7 +1898,7 @@ footer {
.search input { .search input {
width: 100%; width: 100%;
padding: 5px 10px 5px 33px; padding: 5px 33px 5px 33px;
height: 30px; height: 30px;
color: #ECECEC; color: #ECECEC;
background: #31373b; background: #31373b;