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 a544c36 commit 45a1a2fCopy full SHA for 45a1a2f
1 file changed
app/components/Package/Versions.vue
@@ -378,7 +378,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
378
<span
379
v-for="tag in row.tags"
380
:key="tag"
381
- class="text-4xs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[150px]"
+ class="text-4xs font-semibold text-fg-subtle uppercase tracking-wide truncate"
382
:title="tag"
383
>
384
{{ tag }}
0 commit comments