SIGN IN SIGN UP

fix(agent-manager): left-align add-session button next to tabs (#519)

The + button was pushed to the far right alongside the terminal button
because the tab scroll area used flex:1 to fill all available space.
Replace flex:1 with flex-shrink:1 so the scroll area only sizes to its
content, keeping the + button immediately after the last tab.
M
Marius committed
b54840ace0776da06172cebda6236aeeece32d3c
Parent: 70f94c4
Committed by GitHub <noreply@github.com> on 2/20/2026, 12:17:00 PM