File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ function handleFocus() {
185185 :aria-label =" $t('compare.no_dependency.add_column')"
186186 @click =" addPackage(NO_DEPENDENCY_ID)"
187187 >
188- <span class =" text-sm text-accent italic flex items-center gap-2 block " >
188+ <span class =" text-sm text-accent italic flex items-center gap-2" >
189189 <span class =" i-carbon:clean w-4 h-4" aria-hidden =" true" />
190190 {{ $t('compare.no_dependency.typeahead_title') }}
191191 </span >
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ function getDepthStyle(depth: DependencyDepth) {
5353 aria-controls =" deprecated-tree-details"
5454 @click =" isExpanded = !isExpanded"
5555 >
56- <span class =" flex items-center gap-2 min-w-0 block " >
56+ <span class =" flex items-center gap-2 min-w-0" >
5757 <span class =" i-carbon-warning-hex w-4 h-4 shrink-0" aria-hidden =" true" />
5858 <span class =" font-mono text-sm font-medium truncate" >
5959 {{ $t('package.deprecated.tree_found', analysisData!.deprecatedPackages.length) }}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ function getDepthStyle(depth: string | undefined) {
8383 aria-controls =" vuln-tree-details"
8484 @click =" isExpanded = !isExpanded"
8585 >
86- <span class =" flex items-center gap-2 min-w-0 block " >
86+ <span class =" flex items-center gap-2 min-w-0" >
8787 <span class =" i-carbon:warning-alt w-4 h-4 shrink-0" aria-hidden =" true" />
8888 <span class =" font-mono text-sm font-medium truncate" >
8989 {{
You can’t perform that action at this time.
0 commit comments