Skip to content

Commit

Permalink
reposition label
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Jun 20, 2024
1 parent efba4a9 commit 92d4661
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/assets/journeymap/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,8 @@

v-if="visiblePolygons"
v-for="(polygon) in polygons"

>
<l-tooltip :options="{permanent: true, direction: 'center', offset: [0, 43], className: polygon.className}">
<l-tooltip :options="{permanent: true, direction: 'center', offset: [0, 32], className: polygon.className}">
{{ polygon.label }}
</l-tooltip>
</l-polygon>
Expand Down

0 comments on commit 92d4661

Please sign in to comment.