fix: progress bar alignment in task list

This commit is contained in:
kolaente 2022-04-24 17:30:36 +02:00
parent 1eaca64e2a
commit fbcf587e93
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -365,5 +365,9 @@ export default defineComponent({
border-left-color: var(--grey-300);
border-bottom-color: var(--grey-300);
}
.progress {
margin-bottom: 0;
}
}
</style>