feat(front): improve padding on event tags
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
94f186ce50
commit
7fa452d9e3
@ -108,7 +108,7 @@
|
|||||||
<tag v-if="eventCategory" class="category" capitalize>{{
|
<tag v-if="eventCategory" class="category" capitalize>{{
|
||||||
eventCategory
|
eventCategory
|
||||||
}}</tag>
|
}}</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 ?? []"
|
v-for="tag in event?.tags ?? []"
|
||||||
:key="tag.title"
|
:key="tag.title"
|
||||||
:to="{ name: RouteName.TAG, params: { tag: tag.title } }"
|
:to="{ name: RouteName.TAG, params: { tag: tag.title } }"
|
||||||
|
Loading…
Reference in New Issue
Block a user