Files
openchamber/packages
Henry Moran 655b5ba823 fix(ui): prevent session title from overflowing into drawer controls on mobile (#565)
packages/ui/src/components/chat/MobileSessionStatusBar.tsx
  - What: Added `min-w-0` to the title row flex container and `flex-1 min-w-0` to the session title span inside `SessionStatusHeader`.
  - Why: The flex container had `min-width: auto` (browser default), causing the title to expand beyond its constrained parent and bleed over the running/unread indicators and New button. `truncate` was a no-op without a width ceiling on the span. Fixes #556.
2026-03-01 11:03:26 +02:00
..
2026-03-01 01:45:38 +02:00
2026-03-01 01:45:38 +02:00
2026-03-01 01:45:38 +02:00