Skip to content

Commit 44747bc

Browse files
fix(ui): adjust sidebar versions spacing
1 parent fcd5b7d commit 44747bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/Package/Versions.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
510510
</template>
511511
<div class="space-y-0.5 min-w-0">
512512
<!-- Semver range filter -->
513-
<div class="px-1 pb-1">
514-
<div class="flex items-center gap-1.5 py-1">
513+
<div>
514+
<div class="flex items-center gap-2 py-1">
515515
<InputBase
516516
v-model="semverFilter"
517517
type="text"
@@ -527,7 +527,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
527527
<TooltipApp interactive position="top">
528528
<span
529529
tabindex="0"
530-
class="i-lucide:info w-3.5 h-3.5 text-fg-subtle cursor-help shrink-0 rounded-sm"
530+
class="i-lucide:info w-3.5 h-3.5 me-2 text-fg-subtle cursor-help shrink-0 rounded-sm"
531531
role="img"
532532
:aria-label="$t('package.versions.filter_help')"
533533
/>

0 commit comments

Comments
 (0)