v2.43.2
Dashboard Agent Context Layout
Fix the dashboard Settings “agent definition context” selector so long project paths no longer crush its label or overflow narrow screens.
Fixed
- Readable desktop layout. Long absolute project paths now yield space instead of squishing and heavily wrapping the adjacent label.
- Contained mobile layout. At 700px and below, the selector remains within the settings container without horizontal page overflow.
- Full-path tooltip. Hovering the closed selector exposes the complete selected project path when its visible value is clipped.
- Unrelated controls preserved. Short settings controls retain their natural size.
Technical
- Corrects flex sizing with
min-width: 0andmax-width: 100%, with label behavior scoped to the agent-context row. - Adds real-Chromium regression coverage across the 700/701px breakpoint, wide and narrow layouts, clipping, overflow, and short-control sizing.
Contributed by @Acters in PR 379. Closes issue 378.