feat(FN-2957): merge fusion/fn-2957

- test(FN-2957): complete Step 3 — cover bdo path rendering and CSS truncation

Fusion-Task-Id: FN-2957
This commit is contained in:
Fusion
2026-04-29 09:44:43 -07:00
committed by gsxdsm
parent 2865002e85
commit 9ed8402d63
6 changed files with 114 additions and 5 deletions

View File

@@ -17,6 +17,11 @@
margin-left: var(--space-xs);
}
.task-changes-file-list--compact .changes-file-path {
direction: rtl;
text-overflow: ellipsis;
}
.changes-file-header--static {
cursor: default;
}