We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae6446 commit 9e601faCopy full SHA for 9e601fa
app/components/Package/DeprecatedTree.vue
@@ -53,7 +53,7 @@ function getDepthStyle(depth: DependencyDepth) {
53
aria-controls="deprecated-tree-details"
54
@click="isExpanded = !isExpanded"
55
>
56
- <span class="flex items-center gap-2 min-w-0">
+ <span class="flex items-center gap-2 min-w-0 block">
57
<span class="i-carbon-warning-hex w-4 h-4 shrink-0" aria-hidden="true" />
58
<span class="font-mono text-sm font-medium truncate">
59
{{ $t('package.deprecated.tree_found', analysisData!.deprecatedPackages.length) }}
0 commit comments