[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove block from flex elements (#1308)

authored by

Bjorn Lu and committed by
GitHub
49113726 ae47d71e

+3 -3
+1 -1
app/components/Compare/PackageSelector.vue
··· 185 185 :aria-label="$t('compare.no_dependency.add_column')" 186 186 @click="addPackage(NO_DEPENDENCY_ID)" 187 187 > 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"> 189 189 <span class="i-carbon:clean w-4 h-4" aria-hidden="true" /> 190 190 {{ $t('compare.no_dependency.typeahead_title') }} 191 191 </span>
+1 -1
app/components/Package/DeprecatedTree.vue
··· 53 53 aria-controls="deprecated-tree-details" 54 54 @click="isExpanded = !isExpanded" 55 55 > 56 - <span class="flex items-center gap-2 min-w-0 block"> 56 + <span class="flex items-center gap-2 min-w-0"> 57 57 <span class="i-carbon-warning-hex w-4 h-4 shrink-0" aria-hidden="true" /> 58 58 <span class="font-mono text-sm font-medium truncate"> 59 59 {{ $t('package.deprecated.tree_found', analysisData!.deprecatedPackages.length) }}
+1 -1
app/components/Package/VulnerabilityTree.vue
··· 83 83 aria-controls="vuln-tree-details" 84 84 @click="isExpanded = !isExpanded" 85 85 > 86 - <span class="flex items-center gap-2 min-w-0 block"> 86 + <span class="flex items-center gap-2 min-w-0"> 87 87 <span class="i-carbon:warning-alt w-4 h-4 shrink-0" aria-hidden="true" /> 88 88 <span class="font-mono text-sm font-medium truncate"> 89 89 {{