feat(front): improve padding on event tags

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-05-24 15:41:13 +02:00
parent 94f186ce50
commit 7fa452d9e3
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -108,7 +108,7 @@
<tag v-if="eventCategory" class="category" capitalize>{{
eventCategory
}}</tag>
<router-link
<router-link class="rounded-md truncate text-sm text-violet-title py-1 bg-purple-3 dark:text-violet-3 category"
v-for="tag in event?.tags ?? []"
:key="tag.title"
:to="{ name: RouteName.TAG, params: { tag: tag.title } }"