Skip to content

Commit 0ef3327

Browse files
authored
Rename CSS selector from #map to .gmp-map (#911)
1 parent ae6a40c commit 0ef3327

File tree

1 file changed

+1
-1
lines changed
  • samples/place-autocomplete-data-session

1 file changed

+1
-1
lines changed

samples/place-autocomplete-data-session/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Always set the map height explicitly to define the size of the div element
99
* that contains the map.
1010
*/
11-
#map {
11+
gmp-map {
1212
height: 100%;
1313
}
1414

0 commit comments

Comments
 (0)