fix: label spacing

This commit is contained in:
kolaente 2021-11-03 22:33:29 +01:00
parent a47d106926
commit 14c4b76a87
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
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>