Compare commits

...

1 Commits

Author SHA1 Message Date
kolaente 14c4b76a87
fix: label spacing 2021-11-03 22:33:29 +01:00
1 changed files with 6 additions and 0 deletions

View File

@ -148,3 +148,9 @@ export default {
},
}
</script>
<style lang="scss" scoped>
.tag {
margin: .5rem 0 0 .5rem;
}
</style>