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 064dc0f commit 6f4ab58Copy full SHA for 6f4ab58
examples/mapboxgl/dataFlowService.html
@@ -5,12 +5,12 @@
5
<meta charset="UTF-8">
6
<title data-i18n="resources.title_dataFlowService"></title>
7
<script type="text/javascript" src="../js/include-web.js"></script>
8
+ <style>
9
+ .mapboxgl-popup {
10
+ max-width: 200px;
11
+ }
12
+ </style>
13
</head>
-<style>
- .mapboxgl-popup {
- max-width: 200px;
- }
-</style>
14
15
<body style=" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0;">
16
<div id="map" style="margin:0 auto;width: 100%;height: 100%"></div>
0 commit comments