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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user