From 5e661c5cf33b8a51a4b14c6458b11c464cc851bb Mon Sep 17 00:00:00 2001 From: Vida Xie Date: Fri, 30 Jan 2026 00:20:53 +0800 Subject: [PATCH] fix: prevent layout shift when vulnerability block is opened --- app/components/PackageVulnerabilityTree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/PackageVulnerabilityTree.vue b/app/components/PackageVulnerabilityTree.vue index 2e6d1390a7..f1e1f29280 100644 --- a/app/components/PackageVulnerabilityTree.vue +++ b/app/components/PackageVulnerabilityTree.vue @@ -154,7 +154,7 @@ function getDepthStyle(depth: string | undefined) { > {{ vuln.id }} - {{ vuln.summary }} + {{ vuln.summary }}
  • {{ $t('package.vulnerabilities.more', { count: pkg.vulnerabilities.length - 2 }) }}