fix(kanban): bottom spacing of labels

This commit is contained in:
kolaente 2024-02-06 15:34:22 +01:00
parent 5b2a9a42c0
commit aff48ddd9d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -25,5 +25,9 @@ defineProps({
<style lang="scss" scoped>
.label-wrapper {
display: inline;
:deep(.tag) {
margin-bottom: .25rem;
}
}
</style>