[FIX] Top margin on celery task percentage bar

This commit is contained in:
Peter Pfeufer
2022-09-11 13:44:11 +00:00
committed by Ariel Rin
parent 8d255fb720
commit ec9a9733be
2 changed files with 6 additions and 5 deletions

View File

@@ -92,9 +92,9 @@ ul.list-group.list-group-horizontal > li.list-group-item {
border-bottom: none;
}
.task-status-progress-bar {
font-size: 15px !important;
line-height: normal !important;
.progress .progress-bar {
font-size: 13px;
line-height: 21px;
}
}