Skip to content

Commit 1824c62

Browse files
authored
fix: align dependency warning icons to middle (#2227)
1 parent 32ba285 commit 1824c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/Package/Dependencies.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const numberFormatter = useNumberFormatter()
126126
>
127127
<button
128128
type="button"
129-
class="p-2 -m-2"
129+
class="inline-flex items-center justify-center p-2 -m-2"
130130
:aria-label="getOutdatedTooltip(outdatedDeps[dep], $t)"
131131
>
132132
<span class="i-lucide:circle-alert w-3 h-3" aria-hidden="true" />
@@ -139,7 +139,7 @@ const numberFormatter = useNumberFormatter()
139139
>
140140
<button
141141
type="button"
142-
class="p-2 -m-2"
142+
class="inline-flex items-center justify-center p-2 -m-2"
143143
:aria-label="$t('package.dependencies.has_replacement')"
144144
>
145145
<span class="i-lucide:lightbulb w-3 h-3" aria-hidden="true" />

0 commit comments

Comments
 (0)