Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions samples/ui-kit-place-details/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
<script type="module" src="./index.js"></script>
</head>
<body>
<h1>Click on the map to view place details</h1>
<!--[START maps_ui_kit_place_details_map] -->
<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">
<gmp-place-details
size="x-large"
slot="control-inline-start-block-start"></gmp-place-details>
Expand Down
2 changes: 1 addition & 1 deletion samples/ui-kit-place-details/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ h1 {
}

gmp-map {
height: 400px;
height: 800px;
}

gmp-place-details {
Expand Down