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
4 changes: 2 additions & 2 deletions dist/samples/ui-kit-place-details/app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ h1 {
}

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

gmp-place-details {
border-radius: 0px;
margin: 20px;
width: 400px;
height: 400px;
height: 500px;
margin-top: 0px;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* @license
* Copyright 2025 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/html,body{display:flex;justify-content:center;align-items:flex-start;width:100%}h1{font-size:16px;text-align:center}gmp-map{height:400px}gmp-place-details{border-radius:0;margin:0 20px 20px;width:400px;height:400px}gmp-advanced-marker{display:none}.widget-container{min-width:400px;overflow-y:none;overflow-x:none}
*/html,body{display:flex;justify-content:center;align-items:flex-start;width:100%}h1{font-size:16px;text-align:center}gmp-map{height:500px}gmp-place-details{border-radius:0;margin:0 20px 20px;width:400px;height:500px}gmp-advanced-marker{display:none}.widget-container{min-width:400px;overflow-y:none;overflow-x:none}
4 changes: 2 additions & 2 deletions dist/samples/ui-kit-place-details/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<head>
<title>Click on the map to view place details</title>
<meta charset="utf-8">
<script type="module" crossorigin src="./assets/index-Bjw1R5Z2.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CPAAOMfx.css">
<script type="module" crossorigin src="./assets/index-B8w6M3iU.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-YW-VVwB7.css">
</head>
<body>
<!--[START maps_ui_kit_place_details_map] -->
Expand Down
4 changes: 2 additions & 2 deletions dist/samples/ui-kit-place-details/docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ h1 {
}

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

gmp-place-details {
border-radius: 0px;
margin: 20px;
width: 400px;
height: 400px;
height: 500px;
margin-top: 0px;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/samples/ui-kit-place-details/jsfiddle/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ h1 {
}

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

gmp-place-details {
border-radius: 0px;
margin: 20px;
width: 400px;
height: 400px;
height: 500px;
margin-top: 0px;
}

Expand Down