Skip to content

Commit

Permalink
fix: fix tagpill align
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Sep 9, 2023
1 parent a48465b commit d2fa5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TagPill.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defineProps<{
<template>
<n-el
tag="div"
class="inline-flex border border-solid border-[--border-color] mr-2 mb-2 rounded"
class="inline-flex border border-solid border-[--border-color] mr-2 mb-2 rounded items-center align-middle justify-center"
>
<span class="py-1 px-2 whitespace-nowrap">
<div v-if="label">{{ label }}</div>
Expand Down

0 comments on commit d2fa5f6

Please sign in to comment.