mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-13 05:16:29 +02:00
The chat header dropdown was capped at max-w-80 while the trigger could grow unbounded with the current chat title, so the popup appeared narrower than the trigger and titles inside were truncated early. Cap the trigger at max-w-96 and let the popup inherit the trigger width via --anchor-width with the same upper bound, so the two stay visually consistent and only truncate at extreme lengths. Co-authored-by: multica-agent <github@multica.ai>