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 80aa439 commit 78e956cCopy full SHA for 78e956c
1 file changed
app/components/PackageVersions.vue
@@ -412,7 +412,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
412
<!-- Expanded versions -->
413
<div
414
v-if="expandedTags.has(row.tag) && getTagVersions(row.tag).length > 1"
415
- class="ms-4 ps-2 border-is border-border space-y-0.5 max-h-44 overflow-y-auto"
+ class="ms-4 ps-2 pe-1 border-is border-border space-y-0.5 max-h-44 overflow-y-auto"
416
>
417
<div v-for="v in getTagVersions(row.tag).slice(1)" :key="v.version" class="py-1">
418
<div class="flex items-center justify-between gap-2">
0 commit comments