Skip to content

Commit 78e956c

Browse files
committed
style: add a small padding to offset the scrollbar
1 parent 80aa439 commit 78e956c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/PackageVersions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
412412
<!-- Expanded versions -->
413413
<div
414414
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"
415+
class="ms-4 ps-2 pe-1 border-is border-border space-y-0.5 max-h-44 overflow-y-auto"
416416
>
417417
<div v-for="v in getTagVersions(row.tag).slice(1)" :key="v.version" class="py-1">
418418
<div class="flex items-center justify-between gap-2">

0 commit comments

Comments
 (0)