feat(FN-3755): reorder task detail timestamps

Reorders timestamps in the task detail modal and adds a rendering test for the component, with a pnpm-lock bump.

Fusion-Task-Id: FN-3755
This commit is contained in:
Fusion
2026-05-08 13:18:42 -07:00
committed by gsxdsm
parent eda2de83bc
commit a9b796efdd
3 changed files with 30 additions and 2 deletions

View File

@@ -156,6 +156,11 @@
border-radius: var(--radius-sm);
}
.detail-timestamps {
color: var(--text-dim);
margin-top: var(--space-xs);
}
@media (max-width: 768px) {
.detail-provenance {
align-items: flex-start;