Skip to content

Commit afc7ee6

Browse files
committed
fix(ui): make install size tooltip interactive for copying
1 parent f3403eb commit afc7ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ const showSkeleton = shallowRef(false)
11561156
<div class="space-y-1 sm:col-span-3">
11571157
<dt class="text-xs text-fg-subtle uppercase tracking-wider flex items-center gap-1">
11581158
{{ $t('package.stats.install_size') }}
1159-
<TooltipApp v-if="sizeTooltip" :text="sizeTooltip">
1159+
<TooltipApp v-if="sizeTooltip" :text="sizeTooltip" interactive>
11601160
<span
11611161
tabindex="0"
11621162
class="inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1 text-fg-subtle cursor-help focus-visible:outline-2 focus-visible:outline-accent/70 rounded"

0 commit comments

Comments
 (0)