Skip to content

Commit 45a1a2f

Browse files
committed
fix: stop unnecessary tag truncation
1 parent a544c36 commit 45a1a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/Versions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
378378
<span
379379
v-for="tag in row.tags"
380380
:key="tag"
381-
class="text-4xs font-semibold text-fg-subtle uppercase tracking-wide truncate max-w-[150px]"
381+
class="text-4xs font-semibold text-fg-subtle uppercase tracking-wide truncate"
382382
:title="tag"
383383
>
384384
{{ tag }}

0 commit comments

Comments
 (0)