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 067d7f3048
commit a41e058be5
6 changed files with 114 additions and 5 deletions

View File

@@ -96,6 +96,8 @@
min-width: 0;
overflow: hidden;
white-space: nowrap;
direction: rtl;
text-overflow: ellipsis;
font-family: var(--font-mono);
font-size: 12px;
}