mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-06 14:00:09 +02:00
The RUNTIME cell rendered base name + (hostname) with both spans using flex: 0 1 auto, so the longer hostname dominated and squashed the name to a single letter. Give the base name shrink priority and let the hostname own the flex slot with basis-0, so hostname truncates first while the name stays readable. Co-authored-by: multica-agent <github@multica.ai>