Skip to content

Commit

Permalink
Fixed the button size so it's the same one other leaflet controllers …
Browse files Browse the repository at this point in the history
…have and also fixed search box expansion causing the icon and overal component size to increase vertically
  • Loading branch information
ThiagoMVF committed May 1, 2015
1 parent 4c83212 commit 86cc5d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Control.Geocoder.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
transition: width 0.125s ease-in;
}

.leaflet-control-geocoder-form input{
padding: 0px;
}

.leaflet-touch .leaflet-control-geocoder-form input {
font-size: 22px;
}
Expand Down

0 comments on commit 86cc5d7

Please sign in to comment.