Skip to content

Commit 92d4661

Browse files
committed
reposition label
1 parent efba4a9 commit 92d4661

File tree

1 file changed

+1
-2
lines changed
  • src/main/resources/assets/journeymap/web

1 file changed

+1
-2
lines changed

src/main/resources/assets/journeymap/web/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,8 @@
215215

216216
v-if="visiblePolygons"
217217
v-for="(polygon) in polygons"
218-
219218
>
220-
<l-tooltip :options="{permanent: true, direction: 'center', offset: [0, 43], className: polygon.className}">
219+
<l-tooltip :options="{permanent: true, direction: 'center', offset: [0, 32], className: polygon.className}">
221220
{{ polygon.label }}
222221
</l-tooltip>
223222
</l-polygon>

0 commit comments

Comments
 (0)