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 7cb39a4 commit ff3a862Copy full SHA for ff3a862
samples/ui-kit-place-details/index.html
@@ -13,9 +13,8 @@
13
<script type="module" src="./index.js"></script>
14
</head>
15
<body>
16
- <h1>Click on the map to view place details</h1>
17
<!--[START maps_ui_kit_place_details_map] -->
18
- <gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID" style="height: 400px">
+ <gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
19
<gmp-place-details
20
size="x-large"
21
slot="control-inline-start-block-start"></gmp-place-details>
samples/ui-kit-place-details/style.css
@@ -20,7 +20,7 @@ h1 {
}
22
gmp-map {
23
- height: 400px;
+ height: 800px;
24
25
26
gmp-place-details {
0 commit comments