fix(kanban): bottom spacing of labels
This commit is contained in:
parent
5b2a9a42c0
commit
aff48ddd9d
@ -25,5 +25,9 @@ defineProps({
|
||||
<style lang="scss" scoped>
|
||||
.label-wrapper {
|
||||
display: inline;
|
||||
|
||||
:deep(.tag) {
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user