We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ae80a commit b04501aCopy full SHA for b04501a
samples/ui-kit-place-search/index.ts
@@ -93,7 +93,7 @@ async function addMarkers(){
93
map: map.innerMap
94
});
95
placeDetails.addEventListener('gmp-load',() => {
96
- map.innerMap.fitBounds(place.viewport, { top: 400, left: 200 });
+ map.innerMap.fitBounds(place.viewport, { top: 500, left: 400 });
97
98
99
samples/ui-kit-place-search/style.css
@@ -23,7 +23,6 @@ html,
23
24
gmp-map {
25
box-sizing: border-box;
26
- padding: 0 20px 20px;
27
height: 600px;
28
}
29
0 commit comments