fix: progress bar alignment in task list
This commit is contained in:
parent
1eaca64e2a
commit
fbcf587e93
@ -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…
x
Reference in New Issue
Block a user