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

View File

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