feat(FN-3902): compact sidebar agent action labels to prevent overflow

Adds compact agent action labels to the sidebar in AgentsView, with CSS improvements and tests asserting the wrapper behavior, plus a changeset to release the change as a patch.

Fusion-Task-Id: FN-3902
This commit is contained in:
Fusion
2026-05-09 17:57:47 -07:00
committed by gsxdsm
parent 00b35b8ca5
commit eea4defc79
4 changed files with 50 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix agent sidebar action buttons (Run Now, Pause, Details) overflowing on narrow agent cards by collapsing them to icon-only controls in the sidebar context.