Skip to content

Commit

Permalink
Avoid overlay overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 25, 2024
1 parent 2827aca commit 967e636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/components/CloudTAK/Menu/Overlays.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

<span
class='mx-2 user-select-none text-truncate'
style='width: 240px;'
style='width: 200px;'
:class='{
"cursor-pointer": ["data", "profile"].includes(overlay.mode)
&& overlay.type === "vector"
Expand Down

0 comments on commit 967e636

Please sign in to comment.