fix: progress bar alignment in task list
This commit is contained in:
parent
1eaca64e2a
commit
fbcf587e93
1 changed files with 6 additions and 2 deletions
|
@ -365,5 +365,9 @@ export default defineComponent({
|
||||||
border-left-color: var(--grey-300);
|
border-left-color: var(--grey-300);
|
||||||
border-bottom-color: var(--grey-300);
|
border-bottom-color: var(--grey-300);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.progress {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue