[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: keep package name visible (#1344)

authored by

abeer0 and committed by
GitHub
efcdbac0 531443f3

+2 -2
+2 -2
app/components/Compare/FacetCard.vue
··· 101 101 102 102 <!-- Package name --> 103 103 <span 104 - class="relative font-mono text-xs text-fg-muted truncate flex-shrink min-w-0" 104 + class="relative font-mono text-xs text-fg-muted truncate flex-shrink-0" 105 105 :title="headers[index]" 106 106 > 107 107 {{ getShortName(headers[index] ?? '') }} 108 108 </span> 109 109 110 110 <!-- Value --> 111 - <span class="relative flex-shrink-0"> 111 + <span class="relative min-w-0 text-end"> 112 112 <!-- Loading state --> 113 113 <template v-if="isCellLoading(index)"> 114 114 <span