fix: increase height on progress bar

This commit is contained in:
Michel Roux 2024-01-10 16:36:50 +01:00
parent 6adddf87a1
commit 11865916a7
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ export default {
}
.bar {
height: 10px;
height: 10px !important;
}
</style>