[fix] reposition TaskItem info #4996 (#5113)

Position sidebar task items at top of tile
This commit is contained in:
Arjan Singh
2025-08-20 10:16:42 -07:00
committed by GitHub
parent bcdb96a727
commit 180f95182d

View File

@@ -224,7 +224,7 @@ const cancelledWithoutResults = computed(() => {
.task-item-details {
position: absolute;
bottom: 0;
top: 0.5rem;
padding: 0.6rem;
display: flex;
justify-content: space-between;