fix: increase height on progress bar
All checks were successful
repod / xml (push) Successful in 18s
repod / php (push) Successful in 1m3s
repod / nodejs (push) Successful in 2m28s

This commit is contained in:
Michel Roux 2024-01-10 16:36:50 +01:00
parent 6adddf87a1
commit 11865916a7

View File

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