Skip to content

Commit 344f34d

Browse files
feat: adjust alignment of input and icons
1 parent 44747bc commit 344f34d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Package/Versions.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b
511511
<div class="space-y-0.5 min-w-0">
512512
<!-- Semver range filter -->
513513
<div>
514-
<div class="flex items-center gap-2 py-1">
514+
<div class="flex items-center gap-2 p-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 me-2 text-fg-subtle cursor-help shrink-0 rounded-sm"
530+
class="i-lucide:info w-3.5 h-3.5 me-1 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)