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 6369404 commit 5e661c5Copy full SHA for 5e661c5
1 file changed
app/components/PackageVulnerabilityTree.vue
@@ -154,7 +154,7 @@ function getDepthStyle(depth: string | undefined) {
154
>
155
{{ vuln.id }}
156
</a>
157
- <span class="truncate">{{ vuln.summary }}</span>
+ <span class="truncate w-0 flex-1">{{ vuln.summary }}</span>
158
</li>
159
<li v-if="pkg.vulnerabilities.length > 2" class="text-xs text-fg-subtle">
160
{{ $t('package.vulnerabilities.more', { count: pkg.vulnerabilities.length - 2 }) }}
0 commit comments