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