Skip to content

Commit 49817f6

Browse files
committed
djust button size, ll has 30x30 - not 26x26
1 parent cc2a2db commit 49817f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/css/leaflet-gplaces-autocomplete.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.leaflet-gac-wrapper {
2-
height: 26px;
2+
height: 30px;
33
}
44

55
.leaflet-control-container .leaflet-gac-control {
66
width: 300px;
7-
height: 26px;
7+
height: 30px;
88
padding: 0 7px;
99
border-radius: 5px;
1010
border: 1px #d0d0d0 solid;
@@ -22,8 +22,8 @@
2222

2323
.leaflet-control-container .leaflet-gac-search-btn {
2424
background: #fff;
25-
width: 26px;
26-
height: 26px;
25+
width: 30px;
26+
height: 30px;
2727
border-radius: 4px;
2828
}
2929

0 commit comments

Comments
 (0)