Skip to content

Commit 701fa53

Browse files
committed
Let long numbers overflow instead of wrap in map markers
1 parent 574bca1 commit 701fa53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/components/ClusterMap.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export default defineComponent({
179179
height: `${height}px`,
180180
width: '100%',
181181
zIndex: 1,
182+
overflowWrap: 'normal',
182183
}"
183184
@update:bounds="mapProps.bounds = $event"
184185
>

0 commit comments

Comments
 (0)