agent-orchestrator/packages
Aditi Chauhan 1ca6901d39 fix(web): add min-width 0 to topbar pills so overflow-x auto activates
inline-flex defaults to min-width: auto, meaning the element always
expands to fit content and overflow-x: auto never triggers. Setting
min-width: 0 lets the parent constrain the container so scroll kicks
in when pills exceed available width.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 11:22:51 +05:30
..
ao fix(cli): rebuild better-sqlite3 on install + quieter ABI-mismatch warning (closes #1822) (#1824) 2026-05-18 04:02:26 +05:30
cli feat(cli): wire activity events into CLI commands and supervisor lifecycle (#1698) 2026-05-18 21:04:25 +05:30
core feat(cli): wire activity events into CLI commands and supervisor lifecycle (#1698) 2026-05-18 21:04:25 +05:30
integration-tests feat(cli): wire activity events into CLI commands and supervisor lifecycle (#1698) 2026-05-18 21:04:25 +05:30
plugins feat(cli): wire activity events into CLI commands and supervisor lifecycle (#1698) 2026-05-18 21:04:25 +05:30
web fix(web): add min-width 0 to topbar pills so overflow-x auto activates 2026-05-24 11:22:51 +05:30