Skip to content

Commit

Permalink
djust button size, ll has 30x30 - not 26x26
Browse files Browse the repository at this point in the history
  • Loading branch information
Twista committed Jan 20, 2017
1 parent cc2a2db commit 49817f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/leaflet-gplaces-autocomplete.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.leaflet-gac-wrapper {
height: 26px;
height: 30px;
}

.leaflet-control-container .leaflet-gac-control {
width: 300px;
height: 26px;
height: 30px;
padding: 0 7px;
border-radius: 5px;
border: 1px #d0d0d0 solid;
Expand All @@ -22,8 +22,8 @@

.leaflet-control-container .leaflet-gac-search-btn {
background: #fff;
width: 26px;
height: 26px;
width: 30px;
height: 30px;
border-radius: 4px;
}

Expand Down

0 comments on commit 49817f6

Please sign in to comment.