Skip to content

Commit

Permalink
Fix input clear button
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jul 20, 2022
1 parent 9ff197d commit 18b060f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SearchBlock/less/searchinput.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
font-weight: 200;
}

div.button {
.button {
padding: 0px !important;
margin: 0px;

i.icon {
position: relative;
top: 1px;
left: 3px;
top: 4px;
left: -2px;
padding: 0px;
margin: 0px;
}
Expand Down

0 comments on commit 18b060f

Please sign in to comment.