feat: use fixed width for status text, remove ordinals

This commit is contained in:
Manuel Schmid
2024-05-19 20:13:29 +02:00
parent d2255a940c
commit 888de56290
3 changed files with 10 additions and 8 deletions
+5
View File
@@ -70,6 +70,11 @@ progress::after {
height: 30px !important;
}
.progress-bar span {
text-align: right;
width: 200px;
}
.type_row{
height: 80px !important;
}