Skip to content

Commit ff3a862

Browse files
authored
fix: Tweaks to Places UI Kit examples. (#278)
1 parent 7cb39a4 commit ff3a862

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

samples/ui-kit-place-details/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
<script type="module" src="./index.js"></script>
1414
</head>
1515
<body>
16-
<h1>Click on the map to view place details</h1>
1716
<!--[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">
17+
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
1918
<gmp-place-details
2019
size="x-large"
2120
slot="control-inline-start-block-start"></gmp-place-details>

samples/ui-kit-place-details/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ h1 {
2020
}
2121

2222
gmp-map {
23-
height: 400px;
23+
height: 800px;
2424
}
2525

2626
gmp-place-details {

0 commit comments

Comments
 (0)