fix search input overflow over clear x
This commit is contained in:
parent
b2085e48e0
commit
a31d0de96a
1 changed files with 1 additions and 1 deletions
|
@ -1898,7 +1898,7 @@ footer {
|
|||
|
||||
.search input {
|
||||
width: 100%;
|
||||
padding: 5px 10px 5px 33px;
|
||||
padding: 5px 33px 5px 33px;
|
||||
height: 30px;
|
||||
color: #ECECEC;
|
||||
background: #31373b;
|
||||
|
|
Loading…
Reference in a new issue