Added task status to task show

This commit is contained in:
2025-11-01 23:55:21 +02:00
parent 74c22b7b3d
commit 37ac03191f
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -17,3 +17,8 @@
--background-color: var(--success-bg);
}
}
.task-show-info {
display: flex;
flex-flow: row nowrap;
}