minor theme fixes

This commit is contained in:
Kaibu
2021-06-08 12:22:08 +02:00
parent ed313cbf9a
commit 2539d19ff4
7 changed files with 19 additions and 13 deletions

View File

@ -1,8 +1,8 @@
<template>
<div v-if="recipe.keywords.length > 0">
<small :key="k.id" v-for="k in recipe.keywords" style="padding: 2px">
<span :key="k.id" v-for="k in recipe.keywords" style="padding: 2px">
<b-badge pill variant="light">{{k.label}}</b-badge>
</small>
</span>
</div>
</template>