feat(FN-4059): keep task timestamps on a single row in detail modal

Adds a UI refinement to the TaskDetailModal that keeps timestamps on a single row instead of wrapping, with matching tests and docs for FN-4059.

Fusion-Task-Id: FN-4059
This commit is contained in:
Fusion
2026-05-11 19:27:39 -07:00
committed by gsxdsm
parent dcdcbd7644
commit bea1345b88
5 changed files with 7 additions and 3 deletions

View File

@@ -159,7 +159,7 @@
.detail-timestamps {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
flex-wrap: nowrap;
gap: var(--space-xs);
color: var(--text-dim);
margin-top: var(--space-xs);