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 9e601fa commit 931d9dfCopy full SHA for 931d9df
app/components/Package/VulnerabilityTree.vue
@@ -83,7 +83,7 @@ function getDepthStyle(depth: string | undefined) {
83
aria-controls="vuln-tree-details"
84
@click="isExpanded = !isExpanded"
85
>
86
- <span class="flex items-center gap-2 min-w-0">
+ <span class="flex items-center gap-2 min-w-0 block">
87
<span class="i-carbon:warning-alt w-4 h-4 shrink-0" aria-hidden="true" />
88
<span class="font-mono text-sm font-medium truncate">
89
{{
0 commit comments