Skip to content

Commit

Permalink
Make Feature text width variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Nov 23, 2024
1 parent 9bda5f9 commit 6830245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/web/src/components/CloudTAK/util/Feature.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
</span>
<div
class='text-truncate user-select-none'
style='width: 180px;'
style='
width: calc(100% - 60px);
'
v-text='feature.properties.callsign || feature.properties.name || "Unnamed"'
/>

Expand Down

0 comments on commit 6830245

Please sign in to comment.